Html Css Color HEX #F04A02 Vermilion

📋 copy color: '#F04A02'

red 240 ◦ green 74 ◦ blue 2

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

Shades of Vermilion #F04A02

Tints of Vermilion #F04A02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 75.95%
G = 23.42%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F04A02 (or 0xF04A02) is known color: Vermilion. HEX triplet: F0, 4A and 02. RGB value is (240,74,2). Sum of RGB (Red+Green+Blue) = 240+74+2=316 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.95% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04A02 is #0FB5FD. Grayscale: #737373. Windows color (decimal): -1029630 or 150256. OLE color: 150256.

HSL color Cylindrical-coordinate representation of color #F04A02: hue angle of 18.15º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F04A02 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 74 2 -
CMYK 0 0.69 0.99 0.06
HSL 18.15º 0.98% 0.47% -
HSV(B) 18.15º 0.99% 0.94% -
XYZ 38.39 23.43 2.56 -
YUV 115.43 64 216.85 -
System Red Green Blue C M Y K H S L
Decimal 240 74 2 0 0.69 0.99 0.06 18.15 0.98 0.47
Hex F0 4A 2 0 45 63 6 12 62 2F
Octal 360 112 2 0 105 143 6 22 142 57
Binary 11110000 1001010 10 0 1000101 1100011 110 10010 1100010 101111

Color Harmonies of #F04A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04A02

Black with #F04A02

Text Example


Text Example

White with #F04A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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