Html Css Color HEX #FC4C1A Vermilion

📋 copy color: '#FC4C1A'

red 252 ◦ green 76 ◦ blue 26

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

Shades of Vermilion #FC4C1A

Tints of Vermilion #FC4C1A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.47%

 BLUE value IS 26 (10.55% from 255) = 7.34%

R = 71.19%
G = 21.47%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC4C1A (or 0xFC4C1A) is known color: Vermilion. HEX triplet: FC, 4C and 1A. RGB value is (252,76,26). Sum of RGB (Red+Green+Blue) = 252+76+26=354 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.19% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4C1A is #03B3E5. Grayscale: #7B7B7B. Windows color (decimal): -242662 or 1723644. OLE color: 1723644.

HSL color Cylindrical-coordinate representation of color #FC4C1A: hue angle of 13.27º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC4C1A is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 76 26 -
CMYK 0 0.70 0.90 0.01
HSL 13.27º 0.97% 0.55% -
HSV(B) 13.27º 0.9% 0.99% -
XYZ 42.92 25.94 3.72 -
YUV 122.92 73.31 220.07 -
System Red Green Blue C M Y K H S L
Decimal 252 76 26 0 0.70 0.90 0.01 13.27 0.97 0.55
Hex FC 4C 1A 0 46 5A 1 D 61 37
Octal 374 114 32 0 106 132 1 15 141 67
Binary 11111100 1001100 11010 0 1000110 1011010 1 1101 1100001 110111

Color Harmonies of #FC4C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4C1A

Black with #FC4C1A

Text Example


Text Example

White with #FC4C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4C1A; }

 p { color: rgb(252,76,26); }

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

background-color css

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

 a { background-color: rgb(252,76,26); }

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

border-color css

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

 span { border-color: rgb(252,76,26); }

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