Html Css Color HEX #FC491A Orange Red

📋 copy color: '#FC491A'

red 252 ◦ green 73 ◦ blue 26

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

Shades of Orange Red #FC491A

Tints of Orange Red #FC491A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.8%

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

R = 71.79%
G = 20.8%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC491A (or 0xFC491A) is known color: Orange Red. HEX triplet: FC, 49 and 1A. RGB value is (252,73,26). Sum of RGB (Red+Green+Blue) = 252+73+26=351 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.79% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 252 - color contains mainly: red. Hex color #FC491A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC491A is #03B6E5. Grayscale: #797979. Windows color (decimal): -243430 or 1722876. OLE color: 1722876.

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

Color convert

RGB 252 73 26 -
CMYK 0 0.71 0.90 0.01
HSL 12.48º 0.97% 0.55% -
HSV(B) 12.48º 0.9% 0.99% -
XYZ 42.71 25.54 3.65 -
YUV 121.16 74.3 221.32 -
System Red Green Blue C M Y K H S L
Decimal 252 73 26 0 0.71 0.90 0.01 12.48 0.97 0.55
Hex FC 49 1A 0 47 5A 1 C 61 37
Octal 374 111 32 0 107 132 1 14 141 67
Binary 11111100 1001001 11010 0 1000111 1011010 1 1100 1100001 110111

Color Harmonies of #FC491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC491A

Black with #FC491A

Text Example


Text Example

White with #FC491A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC491A; }

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

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

background-color css

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

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

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

border-color css

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

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

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