Html Css Color HEX #F04C16 Vermilion

📋 copy color: '#F04C16'

red 240 ◦ green 76 ◦ blue 22

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

Shades of Vermilion #F04C16

Tints of Vermilion #F04C16

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.49%

 BLUE value IS 22 (8.98% from 255) = 6.51%

R = 71.01%
G = 22.49%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F04C16 (or 0xF04C16) is known color: Vermilion. HEX triplet: F0, 4C and 16. RGB value is (240,76,22). Sum of RGB (Red+Green+Blue) = 240+76+22=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04C16 is #0FB3E9. Grayscale: #777777. Windows color (decimal): -1029098 or 1461488. OLE color: 1461488.

HSL color Cylindrical-coordinate representation of color #F04C16: hue angle of 14.86º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F04C16 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 76 22 -
CMYK 0 0.68 0.91 0.06
HSL 14.86º 0.88% 0.51% -
HSV(B) 14.86º 0.91% 0.94% -
XYZ 38.66 23.75 3.31 -
YUV 118.88 73.33 214.39 -
System Red Green Blue C M Y K H S L
Decimal 240 76 22 0 0.68 0.91 0.06 14.86 0.88 0.51
Hex F0 4C 16 0 44 5B 6 F 58 33
Octal 360 114 26 0 104 133 6 17 130 63
Binary 11110000 1001100 10110 0 1000100 1011011 110 1111 1011000 110011

Color Harmonies of #F04C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04C16

Black with #F04C16

Text Example


Text Example

White with #F04C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04C16; }

 p { color: rgb(240,76,22); }

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

background-color css

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

 a { background-color: rgb(240,76,22); }

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

border-color css

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

 span { border-color: rgb(240,76,22); }

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