Html Css Color HEX #FC4C14 Vermilion

📋 copy color: '#FC4C14'

red 252 ◦ green 76 ◦ blue 20

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

Shades of Vermilion #FC4C14

Tints of Vermilion #FC4C14

RGB

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

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

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

R = 72.41%
G = 21.84%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC4C14 (or 0xFC4C14) is known color: Vermilion. HEX triplet: FC, 4C and 14. RGB value is (252,76,20). Sum of RGB (Red+Green+Blue) = 252+76+20=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4C14 is #03B3EB. Grayscale: #7A7A7A. Windows color (decimal): -242668 or 1330428. OLE color: 1330428.

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

Color convert

RGB 252 76 20 -
CMYK 0 0.70 0.92 0.01
HSL 14.48º 0.97% 0.53% -
HSV(B) 14.48º 0.92% 0.99% -
XYZ 42.86 25.91 3.41 -
YUV 122.24 70.31 220.55 -
System Red Green Blue C M Y K H S L
Decimal 252 76 20 0 0.70 0.92 0.01 14.48 0.97 0.53
Hex FC 4C 14 0 46 5C 1 E 61 35
Octal 374 114 24 0 106 134 1 16 141 65
Binary 11111100 1001100 10100 0 1000110 1011100 1 1110 1100001 110101

Color Harmonies of #FC4C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4C14

Black with #FC4C14

Text Example


Text Example

White with #FC4C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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