Color Hex Logo

#f90e33 Color Hex

#F90E33
(249,14,51)
0 Favorites   0 Comments

Color spaces of #f90e33

RGB 2491451
HSL0.970.950.52
HSV351°94°98°
CMYK 0.000.940.80   0.02
XYZ39.821520.69285.0273
Yxy20.69280.60760.3157
Hunter Lab45.489376.653125.2900
CIE-Lab52.611678.396446.5460

#f90e33 color RGB value is (249,14,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001110 00110011
Octal 371 16 63
Decimal 249 14 51
Hex F9 E 33

RGB Percentages of Color #f90e33

%79.30
%4.46
%16.24

CMYK Percentages of Color #f90e33

%0
%94
%80
%2

Triadic Colors of #f90e33

#f90e33 #33f90e #0e33f9

Analogous Colors of #f90e33

#f90e33 #f95f0e #f90ea9

Monochromatic Colors of #f90e33

#f90e33

Complementary Color

#f90e33 #0ef9d4

#f90e33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90e33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90e33 Color CSS Codes

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

#f90e33 Text Font Color

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

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


#f90e33 Background Color

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

This div background color is #f90e33


#f90e33 Border Color

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

This div border color is #f90e33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90e33

Related Colors


Comments

No comments written yet.

Please login to write comment.