Html Css Color HEX #FC4D1A Vermilion

📋 copy color: '#FC4D1A'

red 252 ◦ green 77 ◦ blue 26

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

Shades of Vermilion #FC4D1A

Tints of Vermilion #FC4D1A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.69%

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

R = 70.99%
G = 21.69%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC4D1A (or 0xFC4D1A) is known color: Vermilion. HEX triplet: FC, 4D and 1A. RGB value is (252,77,26). Sum of RGB (Red+Green+Blue) = 252+77+26=355 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.99% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 26 (10.55% from 255 or 7.32% from 355); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC4D1A is #03B2E5. Grayscale: #7B7B7B. Windows color (decimal): -242406 or 1723900. OLE color: 1723900.

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

Color convert

RGB 252 77 26 -
CMYK 0 0.69 0.90 0.01
HSL 13.54º 0.97% 0.55% -
HSV(B) 13.54º 0.9% 0.99% -
XYZ 42.99 26.08 3.75 -
YUV 123.51 72.98 219.65 -
System Red Green Blue C M Y K H S L
Decimal 252 77 26 0 0.69 0.90 0.01 13.54 0.97 0.55
Hex FC 4D 1A 0 45 5A 1 E 61 37
Octal 374 115 32 0 105 132 1 16 141 67
Binary 11111100 1001101 11010 0 1000101 1011010 1 1110 1100001 110111

Color Harmonies of #FC4D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4D1A

Black with #FC4D1A

Text Example


Text Example

White with #FC4D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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