#F53F36

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

Shades of Red Orange #F53F36

Tints of Red Orange #F53F36

Color information

#F53F36 (or 0xF53F36) is unknown color: approx Red Orange. HEX triplet: F5, 3F and 36. RGB value is (245,63,54). Sum of RGB (Red+Green+Blue) = 245+63+54=362 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.68% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 54 (21.48% from 255 or 14.92% from 362); Max value from RGB is 245 - color contains mainly: red. Hex color #F53F36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53F36 is #0AC0C9. Grayscale: #747474. Windows color (decimal): -704714 or 3555317. OLE color: 3555317.

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

Color convert

RGB2456354-
CMYK00.740.780.04
HSL2.83º90.52%58.63%-
HSV(B)2.83º77.96%96.08%-
XYZ40.123.235.86-
YUV116.3992.8219.73-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 67.68%
GREEN value IS 63 (25% from 255) = 17.40%
BLUE value IS 54 (21.48% from 255) = 14.92%
R=67.68%
G=17.40%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245635400.740.780.042.8390.5258.63
HexF53F3604A4E435b3b
Octal365776601121164313373
Binary11110101111111110110010010101001110100111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53F36; }

 p { color: rgb(245,63,54); }

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

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

 a { background-color: rgb(245,63,54); }

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

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

 span { border-color: rgb(245,63,54); }

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