#F24535

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

Shades of Red Orange #F24535

Tints of Red Orange #F24535

Color information

#F24535 (or 0xF24535) is unknown color: approx Red Orange. HEX triplet: F2, 45 and 35. RGB value is (242,69,53). Sum of RGB (Red+Green+Blue) = 242+69+53=364 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.48% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 53 (21.09% from 255 or 14.56% from 364); Max value from RGB is 242 - color contains mainly: red. Hex color #F24535 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24535 is #0DBACA. Grayscale: #777777. Windows color (decimal): -899787 or 3491314. OLE color: 3491314.

HSL color Cylindrical-coordinate representation of color #F24535: hue angle of 5.08º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F24535 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB2426953-
CMYK00.710.780.05
HSL5.08º87.91%57.84%-
HSV(B)5.08º78.1%94.9%-
XYZ39.3923.395.81-
YUV118.990.81215.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 66.48%
GREEN value IS 69 (27.34% from 255) = 18.96%
BLUE value IS 53 (21.09% from 255) = 14.56%
R=66.48%
G=18.96%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242695300.710.780.055.0887.9157.84
HexF245350474E55583a
Octal3621056501071165513072
Binary1111001010001011101010100011110011101011011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24535; }

 p { color: rgb(242,69,53); }

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

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

 a { background-color: rgb(242,69,53); }

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

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

 span { border-color: rgb(242,69,53); }

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