Html Css Color HEX #FC4A00 Vermilion

📋 copy color: '#FC4A00'

red 252 ◦ green 74 ◦ blue 0

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

Shades of Vermilion #FC4A00

Tints of Vermilion #FC4A00

RGB

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

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

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

R = 77.3%
G = 22.7%
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

#FC4A00 (or 0xFC4A00) is known color: Vermilion. HEX triplet: FC, 4A and 00. RGB value is (252,74,0). Sum of RGB (Red+Green+Blue) = 252+74+0=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4A00 is #03B5FF. Grayscale: #777777. Windows color (decimal): -243200 or 19196. OLE color: 19196.

HSL color Cylindrical-coordinate representation of color #FC4A00: hue angle of 17.62º 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 #FC4A00 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 74 0 -
CMYK 0 0.71 1 0.01
HSL 17.62º 1% 0.49% -
HSV(B) 17.62º 1% 0.99% -
XYZ 42.59 25.59 2.7 -
YUV 118.79 60.97 223.02 -
System Red Green Blue C M Y K H S L
Decimal 252 74 0 0 0.71 1 0.01 17.62 1 0.49
Hex FC 4A 0 0 47 64 1 12 64 31
Octal 374 112 0 0 107 144 1 22 144 61
Binary 11111100 1001010 0 0 1000111 1100100 1 10010 1100100 110001

Color Harmonies of #FC4A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4A00

Black with #FC4A00

Text Example


Text Example

White with #FC4A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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