Html Css Color HEX #F74C16 Vermilion

📋 copy color: '#F74C16'

red 247 ◦ green 76 ◦ blue 22

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

Shades of Vermilion #F74C16

Tints of Vermilion #F74C16

RGB

 RED value IS 247 (96.88% from 255) = 71.59%

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

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

R = 71.59%
G = 22.03%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F74C16 (or 0xF74C16) is known color: Vermilion. HEX triplet: F7, 4C and 16. RGB value is (247,76,22). Sum of RGB (Red+Green+Blue) = 247+76+22=345 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.59% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 247 - color contains mainly: red. Hex color #F74C16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74C16 is #08B3E9. Grayscale: #797979. Windows color (decimal): -570346 or 1461495. OLE color: 1461495.

HSL color Cylindrical-coordinate representation of color #F74C16: hue angle of 14.4º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F74C16 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 76 22 -
CMYK 0 0.69 0.91 0.03
HSL 14.4º 0.93% 0.53% -
HSV(B) 14.4º 0.91% 0.97% -
XYZ 41.09 25 3.42 -
YUV 120.97 72.15 217.89 -
System Red Green Blue C M Y K H S L
Decimal 247 76 22 0 0.69 0.91 0.03 14.4 0.93 0.53
Hex F7 4C 16 0 45 5B 3 E 5D 35
Octal 367 114 26 0 105 133 3 16 135 65
Binary 11110111 1001100 10110 0 1000101 1011011 11 1110 1011101 110101

Color Harmonies of #F74C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74C16

Black with #F74C16

Text Example


Text Example

White with #F74C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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