Html Css Color HEX #FC4A04 Vermilion

📋 copy color: '#FC4A04'

red 252 ◦ green 74 ◦ blue 4

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

Shades of Vermilion #FC4A04

Tints of Vermilion #FC4A04

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.42%

 BLUE value IS 4 (1.95% from 255) = 1.21%

R = 76.36%
G = 22.42%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC4A04 (or 0xFC4A04) is known color: Vermilion. HEX triplet: FC, 4A and 04. RGB value is (252,74,4). Sum of RGB (Red+Green+Blue) = 252+74+4=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4A04 is #03B5FB. Grayscale: #777777. Windows color (decimal): -243196 or 281340. OLE color: 281340.

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

Color convert

RGB 252 74 4 -
CMYK 0 0.71 0.98 0.01
HSL 16.94º 0.98% 0.5% -
HSV(B) 16.94º 0.98% 0.99% -
XYZ 42.62 25.6 2.81 -
YUV 119.24 62.97 222.69 -
System Red Green Blue C M Y K H S L
Decimal 252 74 4 0 0.71 0.98 0.01 16.94 0.98 0.5
Hex FC 4A 4 0 47 62 1 11 62 32
Octal 374 112 4 0 107 142 1 21 142 62
Binary 11111100 1001010 100 0 1000111 1100010 1 10001 1100010 110010

Color Harmonies of #FC4A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4A04

Black with #FC4A04

Text Example


Text Example

White with #FC4A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4A04; }

 p { color: rgb(252,74,4); }

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

background-color css

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

 a { background-color: rgb(252,74,4); }

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

border-color css

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

 span { border-color: rgb(252,74,4); }

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