Color Hex Logo

#f0433f Color Hex

#F0433F
(240,67,63)
0 Favorites   0 Comments

Color spaces of #f0433f

RGB 2406763
HSL0.000.860.59
HSV74°94°
CMYK 0.000.720.74   0.06
XYZ38.839522.89857.0754
Yxy22.89850.56440.3328
Hunter Lab47.852461.138324.7301
CIE-Lab54.967665.140241.9510

#f0433f color RGB value is (240,67,63).

#f0433f hex color red value is 240, green value is 67 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #f0433f hue: 0.00 , saturation: 0.86 and the lightness value of f0433f is 0.59.

The process color (four color CMYK) of #f0433f color hex is 0.00, 0.72, 0.74, 0.06. Web safe color of #f0433f is #ff3333. Color #f0433f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000011 00111111
Octal 360 103 77
Decimal 240 67 63
Hex F0 43 3F

RGB Percentages of Color #f0433f

%64.86
%18.11
%17.03

CMYK Percentages of Color #f0433f

%0
%72
%74
%6

Triadic Colors of #f0433f

#f0433f #3ff043 #433ff0

Analogous Colors of #f0433f

#f0433f #f09c3f #f03f94

Monochromatic Colors of #f0433f

#f0433f

Complementary Color

#f0433f #3fecf0

#f0433f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0433f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0433f Color CSS Codes

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

#f0433f Text Font Color

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

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


#f0433f Background Color

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

This div background color is #f0433f


#f0433f Border Color

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

This div border color is #f0433f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,67,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f0433f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f0433f;
  -webkit-box-shadow: 1px 1px 3px 2px #f0433f;
  box-shadow:         1px 1px 3px 2px #f0433f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,67,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0433f


Comments

No comments written yet.

Please login to write comment.