Html Css Color HEX #F00A10 Fire Engine Red

📋 copy color: '#F00A10'

red 240 ◦ green 10 ◦ blue 16

#F00A10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #F00A10

Tints of Fire Engine Red #F00A10

RGB

 RED value IS 240 (94.14% from 255) = 90.23%

 GREEN value IS 10 (4.3% from 255) = 3.76%

 BLUE value IS 16 (6.64% from 255) = 6.02%

R = 90.23%
G = 3.76%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F00A10 (or 0xF00A10) is known color: Fire Engine Red. HEX triplet: F0, 0A and 10. RGB value is (240,10,16). Sum of RGB (Red+Green+Blue) = 240+10+16=266 (35% of max value = 765). Red value is 240 (94.14% from 255 or 90.23% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A10 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00A10 is #0FF5EF. Grayscale: #4F4F4F. Windows color (decimal): -1046000 or 1051376. OLE color: 1051376.

HSL color Cylindrical-coordinate representation of color #F00A10: hue angle of 358.43º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00A10 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 10 16 -
CMYK 0 0.96 0.93 0.06
HSL 358.43º 0.92% 0.49% -
HSV(B) 358.43º 0.96% 0.94% -
XYZ 36.14 18.78 2.21 -
YUV 79.45 92.2 242.51 -
System Red Green Blue C M Y K H S L
Decimal 240 10 16 0 0.96 0.93 0.06 358.43 0.92 0.49
Hex F0 A 10 0 60 5D 6 166 5C 31
Octal 360 12 20 0 140 135 6 546 134 61
Binary 11110000 1010 10000 0 1100000 1011101 110 101100110 1011100 110001

Color Harmonies of #F00A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00A10

Black with #F00A10

Text Example


Text Example

White with #F00A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00A10; }

 p { color: rgb(240,10,16); }

 H1.HeaderClassName
 {
   color: #F00A10;
 }
 .AnyTagClassName
 {
   color: #F00A10;
 }
</style>

background-color css

<style>
 a { background-color: #F00A10; }

 a { background-color: rgb(240,10,16); }

 div.DivClassName
 {
   background-color: #F00A10;
 }
 .BgClassName
 {
   background-color: #F00A10;
 }
</style>

border-color css

<style>
 span { border-color: #F00A10; }

 span { border-color: rgb(240,10,16); }

 td.TdClassName
 {
   border-color: #F00A10;
 }
 .TagClassName
 {
   border-color: #F00A10;
 }
</style>