Color Hex Logo

#f00a26 Color Hex

#F00A26
(240,10,38)
0 Favorites   0 Comments

Color spaces of #f00a26

RGB 2401038
HSL0.980.920.49
HSV353°96°94°
CMYK 0.000.960.84   0.06
XYZ36.393618.88233.5602
Yxy18.88230.61860.3209
Hunter Lab43.453873.454025.5600
CIE-Lab50.549276.227050.7860

#f00a26 color RGB value is (240,10,38).

#f00a26 hex color red value is 240, green value is 10 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #f00a26 hue: 0.98 , saturation: 0.92 and the lightness value of f00a26 is 0.49.

The process color (four color CMYK) of #f00a26 color hex is 0.00, 0.96, 0.84, 0.06. Web safe color of #f00a26 is #ff0033. Color #f00a26 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00001010 00100110
Octal 360 12 46
Decimal 240 10 38
Hex F0 A 26

RGB Percentages of Color #f00a26

%83.33
%3.47
%13.19

CMYK Percentages of Color #f00a26

%0
%96
%84
%6

Triadic Colors of #f00a26

#f00a26 #26f00a #0a26f0

Analogous Colors of #f00a26

#f00a26 #f0610a #f00a99

Monochromatic Colors of #f00a26

#f00a26

Complementary Color

#f00a26 #0af0d4

#f00a26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f00a26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f00a26 Color CSS Codes

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

#f00a26 Text Font Color

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

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


#f00a26 Background Color

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

This div background color is #f00a26


#f00a26 Border Color

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

This div border color is #f00a26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f00a26


Comments

No comments written yet.

Please login to write comment.