Html Css Color HEX #FC492C Red Orange

📋 copy color: '#FC492C'

red 252 ◦ green 73 ◦ blue 44

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

Shades of Red Orange #FC492C

Tints of Red Orange #FC492C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.92%

R = 68.29%
G = 19.78%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC492C (or 0xFC492C) is known color: Red Orange. HEX triplet: FC, 49 and 2C. RGB value is (252,73,44). Sum of RGB (Red+Green+Blue) = 252+73+44=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC492C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC492C is #03B6D3. Grayscale: #7B7B7B. Windows color (decimal): -243412 or 2902524. OLE color: 2902524.

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

Color convert

RGB 252 73 44 -
CMYK 0 0.71 0.83 0.01
HSL 8.37º 0.97% 0.58% -
HSV(B) 8.37º 0.83% 0.99% -
XYZ 42.98 25.64 5.07 -
YUV 123.22 83.3 219.86 -
System Red Green Blue C M Y K H S L
Decimal 252 73 44 0 0.71 0.83 0.01 8.37 0.97 0.58
Hex FC 49 2C 0 47 53 1 8 61 3A
Octal 374 111 54 0 107 123 1 10 141 72
Binary 11111100 1001001 101100 0 1000111 1010011 1 1000 1100001 111010

Color Harmonies of #FC492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC492C

Black with #FC492C

Text Example


Text Example

White with #FC492C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC492C; }

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

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

background-color css

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

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

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

border-color css

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

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

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