Html Css Color HEX #FC4901 Vermilion

📋 copy color: '#FC4901'

red 252 ◦ green 73 ◦ blue 1

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

Shades of Vermilion #FC4901

Tints of Vermilion #FC4901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 77.3%
G = 22.39%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FC4901 (or 0xFC4901) is known color: Vermilion. HEX triplet: FC, 49 and 01. RGB value is (252,73,1). Sum of RGB (Red+Green+Blue) = 252+73+1=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4901 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4901 is #03B6FE. Grayscale: #767676. Windows color (decimal): -243455 or 84476. OLE color: 84476.

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

Color convert

RGB 252 73 1 -
CMYK 0 0.71 1.00 0.01
HSL 17.21º 0.99% 0.5% -
HSV(B) 17.21º 1% 0.99% -
XYZ 42.53 25.46 2.7 -
YUV 118.31 61.8 223.35 -
System Red Green Blue C M Y K H S L
Decimal 252 73 1 0 0.71 1.00 0.01 17.21 0.99 0.5
Hex FC 49 1 0 47 64 1 11 63 32
Octal 374 111 1 0 107 144 1 21 143 62
Binary 11111100 1001001 1 0 1000111 1100100 1 10001 1100011 110010

Color Harmonies of #FC4901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4901

Black with #FC4901

Text Example


Text Example

White with #FC4901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4901; }

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

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

background-color css

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

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

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

border-color css

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

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

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