#F52B21

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

Shades of Red Orange #F52B21

Tints of Red Orange #F52B21

Color information

#F52B21 (or 0xF52B21) is unknown color: approx Red Orange. HEX triplet: F5, 2B and 21. RGB value is (245,43,33). Sum of RGB (Red+Green+Blue) = 245+43+33=321 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.32% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 245 - color contains mainly: red. Hex color #F52B21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52B21 is #0AD4DE. Grayscale: #666666. Windows color (decimal): -709855 or 2173941. OLE color: 2173941.

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

Color convert

RGB2454333-
CMYK00.820.870.04
HSL2.83º91.38%54.51%-
HSV(B)2.83º86.53%96.08%-
XYZ38.7921.253.5-
YUV102.2688.92229.81-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 76.32%
GREEN value IS 43 (17.19% from 255) = 13.40%
BLUE value IS 33 (13.28% from 255) = 10.28%
R=76.32%
G=13.40%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.87
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245433300.820.870.042.8391.3854.51
HexF52B2105257435b37
Octal365534101221274313367
Binary11110101101011100001010100101010111100111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F52B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F52B21; }

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

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

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

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

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

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

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

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