Html Css Color HEX #F74C14 Vermilion

📋 copy color: '#F74C14'

red 247 ◦ green 76 ◦ blue 20

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

Shades of Vermilion #F74C14

Tints of Vermilion #F74C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.83%

R = 72.01%
G = 22.16%
B = 5.83%

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

#F74C14 (or 0xF74C14) is known color: Vermilion. HEX triplet: F7, 4C and 14. RGB value is (247,76,20). Sum of RGB (Red+Green+Blue) = 247+76+20=343 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.01% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 247 - color contains mainly: red. Hex color #F74C14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74C14 is #08B3EB. Grayscale: #797979. Windows color (decimal): -570348 or 1330423. OLE color: 1330423.

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

Color convert

RGB 247 76 20 -
CMYK 0 0.69 0.92 0.03
HSL 14.8º 0.93% 0.52% -
HSV(B) 14.8º 0.92% 0.97% -
XYZ 41.07 24.99 3.32 -
YUV 120.75 71.15 218.05 -
System Red Green Blue C M Y K H S L
Decimal 247 76 20 0 0.69 0.92 0.03 14.8 0.93 0.52
Hex F7 4C 14 0 45 5C 3 F 5D 34
Octal 367 114 24 0 105 134 3 17 135 64
Binary 11110111 1001100 10100 0 1000101 1011100 11 1111 1011101 110100

Color Harmonies of #F74C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74C14

Black with #F74C14

Text Example


Text Example

White with #F74C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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