Html Css Color HEX #FC491E Red Orange

📋 copy color: '#FC491E'

red 252 ◦ green 73 ◦ blue 30

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

Shades of Red Orange #FC491E

Tints of Red Orange #FC491E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.45%

R = 70.99%
G = 20.56%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC491E (or 0xFC491E) is known color: Red Orange. HEX triplet: FC, 49 and 1E. RGB value is (252,73,30). Sum of RGB (Red+Green+Blue) = 252+73+30=355 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.99% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 252 - color contains mainly: red. Hex color #FC491E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC491E is #03B6E1. Grayscale: #797979. Windows color (decimal): -243426 or 1985020. OLE color: 1985020.

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

Color convert

RGB 252 73 30 -
CMYK 0 0.71 0.88 0.01
HSL 11.62º 0.97% 0.55% -
HSV(B) 11.62º 0.88% 0.99% -
XYZ 42.76 25.55 3.91 -
YUV 121.62 76.3 221 -
System Red Green Blue C M Y K H S L
Decimal 252 73 30 0 0.71 0.88 0.01 11.62 0.97 0.55
Hex FC 49 1E 0 47 58 1 C 61 37
Octal 374 111 36 0 107 130 1 14 141 67
Binary 11111100 1001001 11110 0 1000111 1011000 1 1100 1100001 110111

Color Harmonies of #FC491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC491E

Black with #FC491E

Text Example


Text Example

White with #FC491E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC491E; }

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

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

background-color css

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

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

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

border-color css

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

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

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