Html Css Color HEX #FC4C0C Vermilion

📋 copy color: '#FC4C0C'

red 252 ◦ green 76 ◦ blue 12

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

Shades of Vermilion #FC4C0C

Tints of Vermilion #FC4C0C

RGB

 RED value IS 252 (98.83% from 255) = 74.12%

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

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

R = 74.12%
G = 22.35%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC4C0C (or 0xFC4C0C) is known color: Vermilion. HEX triplet: FC, 4C and 0C. RGB value is (252,76,12). Sum of RGB (Red+Green+Blue) = 252+76+12=340 (45% of max value = 765). Red value is 252 (98.83% from 255 or 74.12% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4C0C is #03B3F3. Grayscale: #797979. Windows color (decimal): -242676 or 806140. OLE color: 806140.

HSL color Cylindrical-coordinate representation of color #FC4C0C: hue angle of 16º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC4C0C is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 76 12 -
CMYK 0 0.70 0.95 0.01
HSL 16º 0.98% 0.52% -
HSV(B) 16º 0.95% 0.99% -
XYZ 42.8 25.89 3.09 -
YUV 121.33 66.31 221.2 -
System Red Green Blue C M Y K H S L
Decimal 252 76 12 0 0.70 0.95 0.01 16 0.98 0.52
Hex FC 4C C 0 46 5F 1 10 62 34
Octal 374 114 14 0 106 137 1 20 142 64
Binary 11111100 1001100 1100 0 1000110 1011111 1 10000 1100010 110100

Color Harmonies of #FC4C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4C0C

Black with #FC4C0C

Text Example


Text Example

White with #FC4C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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