Html Css Color HEX #FC4B0B Vermilion

📋 copy color: '#FC4B0B'

red 252 ◦ green 75 ◦ blue 11

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

Shades of Vermilion #FC4B0B

Tints of Vermilion #FC4B0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.25%

R = 74.56%
G = 22.19%
B = 3.25%

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

#FC4B0B (or 0xFC4B0B) is known color: Vermilion. HEX triplet: FC, 4B and 0B. RGB value is (252,75,11). Sum of RGB (Red+Green+Blue) = 252+75+11=338 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.56% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4B0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4B0B is #03B4F4. Grayscale: #797979. Windows color (decimal): -242933 or 740348. OLE color: 740348.

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

Color convert

RGB 252 75 11 -
CMYK 0 0.70 0.96 0.01
HSL 15.93º 0.98% 0.52% -
HSV(B) 15.93º 0.96% 0.99% -
XYZ 42.72 25.75 3.04 -
YUV 120.63 66.14 221.7 -
System Red Green Blue C M Y K H S L
Decimal 252 75 11 0 0.70 0.96 0.01 15.93 0.98 0.52
Hex FC 4B B 0 46 60 1 10 62 34
Octal 374 113 13 0 106 140 1 20 142 64
Binary 11111100 1001011 1011 0 1000110 1100000 1 10000 1100010 110100

Color Harmonies of #FC4B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4B0B

Black with #FC4B0B

Text Example


Text Example

White with #FC4B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4B0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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