Html Css Color HEX #FC4C16 Vermilion

📋 copy color: '#FC4C16'

red 252 ◦ green 76 ◦ blue 22

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

Shades of Vermilion #FC4C16

Tints of Vermilion #FC4C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.29%

R = 72%
G = 21.71%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FC4C16 (or 0xFC4C16) is known color: Vermilion. HEX triplet: FC, 4C and 16. RGB value is (252,76,22). Sum of RGB (Red+Green+Blue) = 252+76+22=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4C16 is #03B3E9. Grayscale: #7A7A7A. Windows color (decimal): -242666 or 1461500. OLE color: 1461500.

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

Color convert

RGB 252 76 22 -
CMYK 0 0.70 0.91 0.01
HSL 14.09º 0.97% 0.54% -
HSV(B) 14.09º 0.91% 0.99% -
XYZ 42.87 25.92 3.5 -
YUV 122.47 71.31 220.39 -
System Red Green Blue C M Y K H S L
Decimal 252 76 22 0 0.70 0.91 0.01 14.09 0.97 0.54
Hex FC 4C 16 0 46 5B 1 E 61 36
Octal 374 114 26 0 106 133 1 16 141 66
Binary 11111100 1001100 10110 0 1000110 1011011 1 1110 1100001 110110

Color Harmonies of #FC4C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4C16

Black with #FC4C16

Text Example


Text Example

White with #FC4C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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