Color Hex Logo

#f90022 Color Hex

#F90022
(249,0,34)
0 Favorites   0 Comments

Color spaces of #f90022

RGB 249034
HSL0.981.000.49
HSV352°100°98°
CMYK 0.001.000.86   0.02
XYZ39.355720.25523.3487
Yxy20.25520.62510.3217
Hunter Lab45.005877.330827.0925
CIE-Lab52.124579.031554.7944

#f90022 color RGB value is (249,0,34).

#f90022 hex color red value is 249, green value is 0 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #f90022 hue: 0.98 , saturation: 1.00 and the lightness value of f90022 is 0.49.

The process color (four color CMYK) of #f90022 color hex is 0.00, 1.00, 0.86, 0.02. Web safe color of #f90022 is #ff0033. Color #f90022 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000000 00100010
Octal 371 0 42
Decimal 249 0 34
Hex F9 0 22

RGB Percentages of Color #f90022

%87.99
%0.00
%12.01

CMYK Percentages of Color #f90022

%0
%100
%86
%2

Triadic Colors of #f90022

#f90022 #22f900 #0022f9

Analogous Colors of #f90022

#f90022 #f95a00 #f9009f

Monochromatic Colors of #f90022

#f90022

Complementary Color

#f90022 #00f9d7

#f90022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90022 Color CSS Codes

.mybgcolor {background-color:#f90022; } 
.myforecolor {color:#f90022; }
.mybordercolor {border:3px solid #f90022; }

#f90022 Text Font Color

<p style="color:#f90022">Text here</p>

This sample text font color is #f90022
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f90022 Background Color

<div style="background-color:#f90022">
Div content here</div>

This div background color is #f90022


#f90022 Border Color

<div style="border:3px solid #f90022">
Div here</div>

This div border color is #f90022


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,0,34, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f90022; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f90022;
  -webkit-box-shadow: 1px 1px 3px 2px #f90022;
  box-shadow:         1px 1px 3px 2px #f90022; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,0,34, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f90022">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f90022;
  -webkit-box-shadow: 1px 1px 3px 2px #f90022;
  box-shadow:         1px 1px 3px 2px #f90022;">
Div content here</div>

This div box has shadow with color #f90022


Comments

No comments written yet.

Please login to write comment.