Html Css Color HEX #FC4C07 Vermilion

📋 copy color: '#FC4C07'

red 252 ◦ green 76 ◦ blue 7

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

Shades of Vermilion #FC4C07

Tints of Vermilion #FC4C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.09%

R = 75.22%
G = 22.69%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC4C07 (or 0xFC4C07) is known color: Vermilion. HEX triplet: FC, 4C and 07. RGB value is (252,76,7). Sum of RGB (Red+Green+Blue) = 252+76+7=335 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.22% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 7 (3.12% from 255 or 2.09% from 335); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4C07 is #03B3F8. Grayscale: #797979. Windows color (decimal): -242681 or 478460. OLE color: 478460.

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

Color convert

RGB 252 76 7 -
CMYK 0 0.70 0.97 0.01
HSL 16.9º 0.98% 0.51% -
HSV(B) 16.9º 0.97% 0.99% -
XYZ 42.77 25.88 2.94 -
YUV 120.76 63.81 221.61 -
System Red Green Blue C M Y K H S L
Decimal 252 76 7 0 0.70 0.97 0.01 16.9 0.98 0.51
Hex FC 4C 7 0 46 61 1 11 62 33
Octal 374 114 7 0 106 141 1 21 142 63
Binary 11111100 1001100 111 0 1000110 1100001 1 10001 1100010 110011

Color Harmonies of #FC4C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4C07

Black with #FC4C07

Text Example


Text Example

White with #FC4C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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