#F24631

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

Shades of Red Orange #F24631

Tints of Red Orange #F24631

Color information

#F24631 (or 0xF24631) is unknown color: approx Red Orange. HEX triplet: F2, 46 and 31. RGB value is (242,70,49). Sum of RGB (Red+Green+Blue) = 242+70+49=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F24631 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24631 is #0DB9CE. Grayscale: #777777. Windows color (decimal): -899535 or 3229426. OLE color: 3229426.

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

Color convert

RGB2427049-
CMYK00.710.800.05
HSL6.53º88.13%57.06%-
HSV(B)6.53º79.75%94.9%-
XYZ39.3623.485.36-
YUV119.0388.48215.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 67.04%
GREEN value IS 70 (27.73% from 255) = 19.39%
BLUE value IS 49 (19.53% from 255) = 13.57%
R=67.04%
G=19.39%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242704900.710.800.056.5388.1357.06
HexF2463104750575839
Octal3621066101071205713071
Binary1111001010001101100010100011110100001011111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24631; }

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

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

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

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

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

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

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

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