Html Css Color HEX #F04A0A Vermilion

📋 copy color: '#F04A0A'

red 240 ◦ green 74 ◦ blue 10

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

Shades of Vermilion #F04A0A

Tints of Vermilion #F04A0A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.84%

 BLUE value IS 10 (4.3% from 255) = 3.09%

R = 74.07%
G = 22.84%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F04A0A (or 0xF04A0A) is known color: Vermilion. HEX triplet: F0, 4A and 0A. RGB value is (240,74,10). Sum of RGB (Red+Green+Blue) = 240+74+10=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04A0A is #0FB5F5. Grayscale: #747474. Windows color (decimal): -1029622 or 674544. OLE color: 674544.

HSL color Cylindrical-coordinate representation of color #F04A0A: hue angle of 16.7º 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 #F04A0A is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 74 10 -
CMYK 0 0.69 0.96 0.06
HSL 16.7º 0.92% 0.49% -
HSV(B) 16.7º 0.96% 0.94% -
XYZ 38.44 23.44 2.79 -
YUV 116.34 68 216.2 -
System Red Green Blue C M Y K H S L
Decimal 240 74 10 0 0.69 0.96 0.06 16.7 0.92 0.49
Hex F0 4A A 0 45 60 6 11 5C 31
Octal 360 112 12 0 105 140 6 21 134 61
Binary 11110000 1001010 1010 0 1000101 1100000 110 10001 1011100 110001

Color Harmonies of #F04A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04A0A

Black with #F04A0A

Text Example


Text Example

White with #F04A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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