Color Hex Logo

#f90a32 Color Hex

#F90A32
(249,10,50)
0 Favorites   0 Comments

Color spaces of #f90a32

RGB 2491050
HSL0.970.950.51
HSV350°96°98°
CMYK 0.000.960.80   0.02
XYZ39.751220.58714.8962
Yxy20.58710.60940.3156
Hunter Lab45.373076.980725.3631
CIE-Lab52.494678.680546.9734

#f90a32 color RGB value is (249,10,50).

#f90a32 hex color red value is 249, green value is 10 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #f90a32 hue: 0.97 , saturation: 0.95 and the lightness value of f90a32 is 0.51.

The process color (four color CMYK) of #f90a32 color hex is 0.00, 0.96, 0.80, 0.02. Web safe color of #f90a32 is #ff0033. Color #f90a32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001010 00110010
Octal 371 12 62
Decimal 249 10 50
Hex F9 A 32

RGB Percentages of Color #f90a32

%80.58
%3.24
%16.18

CMYK Percentages of Color #f90a32

%0
%96
%80
%2

Triadic Colors of #f90a32

#f90a32 #32f90a #0a32f9

Analogous Colors of #f90a32

#f90a32 #f95a0a #f90aaa

Monochromatic Colors of #f90a32

#f90a32

Complementary Color

#f90a32 #0af9d1

#f90a32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90a32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90a32 Color CSS Codes

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

#f90a32 Text Font Color

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

This sample text font color is #f90a32
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.


#f90a32 Background Color

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

This div background color is #f90a32


#f90a32 Border Color

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

This div border color is #f90a32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90a32


Comments

No comments written yet.

Please login to write comment.