#F53E2C

Color #F53E2C Red Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Orange #F53E2C

Tints of Red Orange #F53E2C

Color information

#F53E2C (or 0xF53E2C) is unknown color: approx Red Orange. HEX triplet: F5, 3E and 2C. RGB value is (245,62,44). Sum of RGB (Red+Green+Blue) = 245+62+44=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F53E2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53E2C is #0AC1D3. Grayscale: #727272. Windows color (decimal): -704980 or 2899701. OLE color: 2899701.

HSL color Cylindrical-coordinate representation of color #F53E2C: hue angle of 5.37º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F53E2C is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB2456244-
CMYK00.750.820.04
HSL5.37º90.95%56.67%-
HSV(B)5.37º82.04%96.08%-
XYZ39.8323.044.73-
YUV114.6688.13220.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 69.80%
GREEN value IS 62 (24.61% from 255) = 17.66%
BLUE value IS 44 (17.58% from 255) = 12.54%
R=69.80%
G=17.66%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.82
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245624400.750.820.045.3790.9556.67
HexF53E2C04B52455b39
Octal365765401131224513371
Binary111101011111101011000100101110100101001011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53E2C; }

 p { color: rgb(245,62,44); }

 H1.HeaderClassName
 {
   color: #F53E2C;
 }
 .AnyTagClassName
 {
   color: #F53E2C;
 }
</style>
background-color css

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

 a { background-color: rgb(245,62,44); }

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

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

 span { border-color: rgb(245,62,44); }

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