Html Css Color HEX #FC492B Red Orange

📋 copy color: '#FC492B'

red 252 ◦ green 73 ◦ blue 43

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

Shades of Red Orange #FC492B

Tints of Red Orange #FC492B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.68%

R = 68.48%
G = 19.84%
B = 11.68%

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

#FC492B (or 0xFC492B) is known color: Red Orange. HEX triplet: FC, 49 and 2B. RGB value is (252,73,43). Sum of RGB (Red+Green+Blue) = 252+73+43=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC492B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC492B is #03B6D4. Grayscale: #7B7B7B. Windows color (decimal): -243413 or 2836988. OLE color: 2836988.

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

Color convert

RGB 252 73 43 -
CMYK 0 0.71 0.83 0.01
HSL 8.61º 0.97% 0.58% -
HSV(B) 8.61º 0.83% 0.99% -
XYZ 42.96 25.63 4.97 -
YUV 123.1 82.8 219.94 -
System Red Green Blue C M Y K H S L
Decimal 252 73 43 0 0.71 0.83 0.01 8.61 0.97 0.58
Hex FC 49 2B 0 47 53 1 9 61 3A
Octal 374 111 53 0 107 123 1 11 141 72
Binary 11111100 1001001 101011 0 1000111 1010011 1 1001 1100001 111010

Color Harmonies of #FC492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC492B

Black with #FC492B

Text Example


Text Example

White with #FC492B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC492B; }

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

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

background-color css

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

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

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

border-color css

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

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

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