Html Css Color HEX #FC4B0A Vermilion

📋 copy color: '#FC4B0A'

red 252 ◦ green 75 ◦ blue 10

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

Shades of Vermilion #FC4B0A

Tints of Vermilion #FC4B0A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.26%

 BLUE value IS 10 (4.3% from 255) = 2.97%

R = 74.78%
G = 22.26%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC4B0A (or 0xFC4B0A) is known color: Vermilion. HEX triplet: FC, 4B and 0A. RGB value is (252,75,10). Sum of RGB (Red+Green+Blue) = 252+75+10=337 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.78% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 10 (4.30% from 255 or 2.97% from 337); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4B0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4B0A is #03B4F5. Grayscale: #787878. Windows color (decimal): -242934 or 674812. OLE color: 674812.

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

Color convert

RGB 252 75 10 -
CMYK 0 0.70 0.96 0.01
HSL 16.12º 0.98% 0.51% -
HSV(B) 16.12º 0.96% 0.99% -
XYZ 42.72 25.75 3.01 -
YUV 120.51 65.64 221.79 -
System Red Green Blue C M Y K H S L
Decimal 252 75 10 0 0.70 0.96 0.01 16.12 0.98 0.51
Hex FC 4B A 0 46 60 1 10 62 33
Octal 374 113 12 0 106 140 1 20 142 63
Binary 11111100 1001011 1010 0 1000110 1100000 1 10000 1100010 110011

Color Harmonies of #FC4B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4B0A

Black with #FC4B0A

Text Example


Text Example

White with #FC4B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4B0A; }

 p { color: rgb(252,75,10); }

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

background-color css

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

 a { background-color: rgb(252,75,10); }

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

border-color css

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

 span { border-color: rgb(252,75,10); }

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