Html Css Color HEX #FC4C19 Vermilion

📋 copy color: '#FC4C19'

red 252 ◦ green 76 ◦ blue 25

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

Shades of Vermilion #FC4C19

Tints of Vermilion #FC4C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.08%

R = 71.39%
G = 21.53%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC4C19 (or 0xFC4C19) is known color: Vermilion. HEX triplet: FC, 4C and 19. RGB value is (252,76,25). Sum of RGB (Red+Green+Blue) = 252+76+25=353 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.39% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 25 (10.16% from 255 or 7.08% from 353); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4C19 is #03B3E6. Grayscale: #7B7B7B. Windows color (decimal): -242663 or 1658108. OLE color: 1658108.

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

Color convert

RGB 252 76 25 -
CMYK 0 0.70 0.90 0.01
HSL 13.48º 0.97% 0.54% -
HSV(B) 13.48º 0.9% 0.99% -
XYZ 42.9 25.93 3.66 -
YUV 122.81 72.81 220.15 -
System Red Green Blue C M Y K H S L
Decimal 252 76 25 0 0.70 0.90 0.01 13.48 0.97 0.54
Hex FC 4C 19 0 46 5A 1 D 61 36
Octal 374 114 31 0 106 132 1 15 141 66
Binary 11111100 1001100 11001 0 1000110 1011010 1 1101 1100001 110110

Color Harmonies of #FC4C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4C19

Black with #FC4C19

Text Example


Text Example

White with #FC4C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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