#F52B27

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

Shades of Red Orange #F52B27

Tints of Red Orange #F52B27

Color information

#F52B27 (or 0xF52B27) is unknown color: approx Red Orange. HEX triplet: F5, 2B and 27. RGB value is (245,43,39). Sum of RGB (Red+Green+Blue) = 245+43+39=327 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.92% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 245 - color contains mainly: red. Hex color #F52B27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52B27 is #0AD4D8. Grayscale: #676767. Windows color (decimal): -709849 or 2567157. OLE color: 2567157.

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

Color convert

RGB2454339-
CMYK00.820.840.04
HSL1.17º91.15%55.69%-
HSV(B)1.17º84.08%96.08%-
XYZ38.8921.293.98-
YUV102.9491.92229.33-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 74.92%
GREEN value IS 43 (17.19% from 255) = 13.15%
BLUE value IS 39 (15.62% from 255) = 11.93%
R=74.92%
G=13.15%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.84
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245433900.820.840.041.1791.1555.69
HexF52B2705254415b38
Octal365534701221244113370
Binary1111010110101110011101010010101010010011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F52B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F52B27; }

 p { color: rgb(245,43,39); }

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

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

 a { background-color: rgb(245,43,39); }

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

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

 span { border-color: rgb(245,43,39); }

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