Color Hex Logo

#f0481a Color Hex

#F0481A
(240,72,26)
0 Favorites   0 Comments

Color spaces of #f0481a

RGB 2407226
HSL0.040.880.52
HSV13°89°94°
CMYK 0.000.700.89   0.06
XYZ38.439023.23463.4360
Yxy23.23460.59040.3569
Hunter Lab48.202357.991229.5152
CIE-Lab55.313262.371159.7522

#f0481a color RGB value is (240,72,26).

#f0481a hex color red value is 240, green value is 72 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #f0481a hue: 0.04 , saturation: 0.88 and the lightness value of f0481a is 0.52.

The process color (four color CMYK) of #f0481a color hex is 0.00, 0.70, 0.89, 0.06. Web safe color of #f0481a is #ff3333. Color #f0481a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001000 00011010
Octal 360 110 32
Decimal 240 72 26
Hex F0 48 1A

RGB Percentages of Color #f0481a

%71.01
%21.30
%7.69

CMYK Percentages of Color #f0481a

%0
%70
%89
%6

Triadic Colors of #f0481a

#f0481a #1af048 #481af0

Analogous Colors of #f0481a

#f0481a #f0b31a #f01a57

Monochromatic Colors of #f0481a

#f0481a

Complementary Color

#f0481a #1ac2f0

#f0481a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0481a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0481a Color CSS Codes

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

#f0481a Text Font Color

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

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


#f0481a Background Color

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

This div background color is #f0481a


#f0481a Border Color

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

This div border color is #f0481a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0481a


Comments

No comments written yet.

Please login to write comment.