Html Css Color HEX #F74C04 Vermilion

📋 copy color: '#F74C04'

red 247 ◦ green 76 ◦ blue 4

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

Shades of Vermilion #F74C04

Tints of Vermilion #F74C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.22%

R = 75.54%
G = 23.24%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F74C04 (or 0xF74C04) is known color: Vermilion. HEX triplet: F7, 4C and 04. RGB value is (247,76,4). Sum of RGB (Red+Green+Blue) = 247+76+4=327 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.54% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 4 (1.95% from 255 or 1.22% from 327); Max value from RGB is 247 - color contains mainly: red. Hex color #F74C04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74C04 is #08B3FB. Grayscale: #777777. Windows color (decimal): -570364 or 281847. OLE color: 281847.

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

Color convert

RGB 247 76 4 -
CMYK 0 0.69 0.98 0.03
HSL 17.78º 0.97% 0.49% -
HSV(B) 17.78º 0.98% 0.97% -
XYZ 40.96 24.95 2.77 -
YUV 118.92 63.15 219.35 -
System Red Green Blue C M Y K H S L
Decimal 247 76 4 0 0.69 0.98 0.03 17.78 0.97 0.49
Hex F7 4C 4 0 45 62 3 12 61 31
Octal 367 114 4 0 105 142 3 22 141 61
Binary 11110111 1001100 100 0 1000101 1100010 11 10010 1100001 110001

Color Harmonies of #F74C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74C04

Black with #F74C04

Text Example


Text Example

White with #F74C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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