Html Css Color HEX #F74C15 Vermilion

📋 copy color: '#F74C15'

red 247 ◦ green 76 ◦ blue 21

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

Shades of Vermilion #F74C15

Tints of Vermilion #F74C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.1%

R = 71.8%
G = 22.09%
B = 6.1%

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

#F74C15 (or 0xF74C15) is known color: Vermilion. HEX triplet: F7, 4C and 15. RGB value is (247,76,21). Sum of RGB (Red+Green+Blue) = 247+76+21=344 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.80% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 21 (8.59% from 255 or 6.10% from 344); Max value from RGB is 247 - color contains mainly: red. Hex color #F74C15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74C15 is #08B3EA. Grayscale: #797979. Windows color (decimal): -570347 or 1395959. OLE color: 1395959.

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

Color convert

RGB 247 76 21 -
CMYK 0 0.69 0.91 0.03
HSL 14.6º 0.93% 0.53% -
HSV(B) 14.6º 0.91% 0.97% -
XYZ 41.08 25 3.37 -
YUV 120.86 71.65 217.97 -
System Red Green Blue C M Y K H S L
Decimal 247 76 21 0 0.69 0.91 0.03 14.6 0.93 0.53
Hex F7 4C 15 0 45 5B 3 F 5D 35
Octal 367 114 25 0 105 133 3 17 135 65
Binary 11110111 1001100 10101 0 1000101 1011011 11 1111 1011101 110101

Color Harmonies of #F74C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74C15

Black with #F74C15

Text Example


Text Example

White with #F74C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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