Html Css Color HEX #FC4C09 Vermilion

📋 copy color: '#FC4C09'

red 252 ◦ green 76 ◦ blue 9

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

Shades of Vermilion #FC4C09

Tints of Vermilion #FC4C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.67%

R = 74.78%
G = 22.55%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC4C09 (or 0xFC4C09) is known color: Vermilion. HEX triplet: FC, 4C and 09. RGB value is (252,76,9). Sum of RGB (Red+Green+Blue) = 252+76+9=337 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.78% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 9 (3.91% from 255 or 2.67% from 337); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4C09 is #03B3F6. Grayscale: #797979. Windows color (decimal): -242679 or 609532. OLE color: 609532.

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

Color convert

RGB 252 76 9 -
CMYK 0 0.70 0.96 0.01
HSL 16.54º 0.98% 0.51% -
HSV(B) 16.54º 0.96% 0.99% -
XYZ 42.78 25.88 3 -
YUV 120.99 64.81 221.45 -
System Red Green Blue C M Y K H S L
Decimal 252 76 9 0 0.70 0.96 0.01 16.54 0.98 0.51
Hex FC 4C 9 0 46 60 1 11 62 33
Octal 374 114 11 0 106 140 1 21 142 63
Binary 11111100 1001100 1001 0 1000110 1100000 1 10001 1100010 110011

Color Harmonies of #FC4C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4C09

Black with #FC4C09

Text Example


Text Example

White with #FC4C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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