Html Css Color HEX #F74C13 Vermilion

📋 copy color: '#F74C13'

red 247 ◦ green 76 ◦ blue 19

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

Shades of Vermilion #F74C13

Tints of Vermilion #F74C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.56%

R = 72.22%
G = 22.22%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F74C13 (or 0xF74C13) is known color: Vermilion. HEX triplet: F7, 4C and 13. RGB value is (247,76,19). Sum of RGB (Red+Green+Blue) = 247+76+19=342 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.22% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 247 - color contains mainly: red. Hex color #F74C13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74C13 is #08B3EC. Grayscale: #797979. Windows color (decimal): -570349 or 1264887. OLE color: 1264887.

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

Color convert

RGB 247 76 19 -
CMYK 0 0.69 0.92 0.03
HSL 15º 0.93% 0.52% -
HSV(B) 15º 0.92% 0.97% -
XYZ 41.06 24.99 3.28 -
YUV 120.63 70.65 218.13 -
System Red Green Blue C M Y K H S L
Decimal 247 76 19 0 0.69 0.92 0.03 15 0.93 0.52
Hex F7 4C 13 0 45 5C 3 F 5D 34
Octal 367 114 23 0 105 134 3 17 135 64
Binary 11110111 1001100 10011 0 1000101 1011100 11 1111 1011101 110100

Color Harmonies of #F74C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74C13

Black with #F74C13

Text Example


Text Example

White with #F74C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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