Html Css Color HEX #FC4900 Vermilion

📋 copy color: '#FC4900'

red 252 ◦ green 73 ◦ blue 0

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

Shades of Vermilion #FC4900

Tints of Vermilion #FC4900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.46%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.54%
G = 22.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC4900 (or 0xFC4900) is known color: Vermilion. HEX triplet: FC, 49 and 00. RGB value is (252,73,0). Sum of RGB (Red+Green+Blue) = 252+73+0=325 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.54% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4900 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4900 is #03B6FF. Grayscale: #767676. Windows color (decimal): -243456 or 18940. OLE color: 18940.

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

Color convert

RGB 252 73 0 -
CMYK 0 0.71 1 0.01
HSL 17.38º 1% 0.49% -
HSV(B) 17.38º 1% 0.99% -
XYZ 42.53 25.46 2.67 -
YUV 118.2 61.3 223.44 -
System Red Green Blue C M Y K H S L
Decimal 252 73 0 0 0.71 1 0.01 17.38 1 0.49
Hex FC 49 0 0 47 64 1 11 64 31
Octal 374 111 0 0 107 144 1 21 144 61
Binary 11111100 1001001 0 0 1000111 1100100 1 10001 1100100 110001

Color Harmonies of #FC4900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4900

Black with #FC4900

Text Example


Text Example

White with #FC4900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4900; }

 p { color: rgb(252,73,0); }

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

background-color css

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

 a { background-color: rgb(252,73,0); }

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

border-color css

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

 span { border-color: rgb(252,73,0); }

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