#F24635

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

Shades of Red Orange #F24635

Tints of Red Orange #F24635

Color information

#F24635 (or 0xF24635) is unknown color: approx Red Orange. HEX triplet: F2, 46 and 35. RGB value is (242,70,53). Sum of RGB (Red+Green+Blue) = 242+70+53=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F24635 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24635 is #0DB9CA. Grayscale: #777777. Windows color (decimal): -899531 or 3491570. OLE color: 3491570.

HSL color Cylindrical-coordinate representation of color #F24635: hue angle of 5.4º 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 #F24635 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB2427053-
CMYK00.710.780.05
HSL5.4º87.91%57.84%-
HSV(B)5.4º78.1%94.9%-
XYZ39.4523.515.83-
YUV119.4990.48215.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 66.30%
GREEN value IS 70 (27.73% from 255) = 19.18%
BLUE value IS 53 (21.09% from 255) = 14.52%
R=66.30%
G=19.18%
B=14.52%

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
Decimal242705300.710.780.055.487.9157.84
HexF246350474E55583a
Octal3621066501071165513072
Binary1111001010001101101010100011110011101011011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24635; }

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

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

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

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

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

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

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

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