Html Css Color HEX #FC492E Red Orange

📋 copy color: '#FC492E'

red 252 ◦ green 73 ◦ blue 46

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

Shades of Red Orange #FC492E

Tints of Red Orange #FC492E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.4%

R = 67.92%
G = 19.68%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC492E (or 0xFC492E) is known color: Red Orange. HEX triplet: FC, 49 and 2E. RGB value is (252,73,46). Sum of RGB (Red+Green+Blue) = 252+73+46=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC492E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC492E is #03B6D1. Grayscale: #7B7B7B. Windows color (decimal): -243410 or 3033596. OLE color: 3033596.

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

Color convert

RGB 252 73 46 -
CMYK 0 0.71 0.82 0.01
HSL 7.86º 0.97% 0.58% -
HSV(B) 7.86º 0.82% 0.99% -
XYZ 43.02 25.66 5.27 -
YUV 123.44 84.3 219.7 -
System Red Green Blue C M Y K H S L
Decimal 252 73 46 0 0.71 0.82 0.01 7.86 0.97 0.58
Hex FC 49 2E 0 47 52 1 8 61 3A
Octal 374 111 56 0 107 122 1 10 141 72
Binary 11111100 1001001 101110 0 1000111 1010010 1 1000 1100001 111010

Color Harmonies of #FC492E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC492E

Black with #FC492E

Text Example


Text Example

White with #FC492E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC492E; }

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

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

background-color css

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

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

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

border-color css

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

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

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