Html Css Color HEX #F74C0C Vermilion

📋 copy color: '#F74C0C'

red 247 ◦ green 76 ◦ blue 12

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

Shades of Vermilion #F74C0C

Tints of Vermilion #F74C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.58%

R = 73.73%
G = 22.69%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F74C0C (or 0xF74C0C) is known color: Vermilion. HEX triplet: F7, 4C and 0C. RGB value is (247,76,12). Sum of RGB (Red+Green+Blue) = 247+76+12=335 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.73% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 247 - color contains mainly: red. Hex color #F74C0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74C0C is #08B3F3. Grayscale: #787878. Windows color (decimal): -570356 or 806135. OLE color: 806135.

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

Color convert

RGB 247 76 12 -
CMYK 0 0.69 0.95 0.03
HSL 16.34º 0.94% 0.51% -
HSV(B) 16.34º 0.95% 0.97% -
XYZ 41.01 24.97 3.01 -
YUV 119.83 67.15 218.7 -
System Red Green Blue C M Y K H S L
Decimal 247 76 12 0 0.69 0.95 0.03 16.34 0.94 0.51
Hex F7 4C C 0 45 5F 3 10 5E 33
Octal 367 114 14 0 105 137 3 20 136 63
Binary 11110111 1001100 1100 0 1000101 1011111 11 10000 1011110 110011

Color Harmonies of #F74C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74C0C

Black with #F74C0C

Text Example


Text Example

White with #F74C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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