#F24B41

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

Shades of Sunset Orange #F24B41

Tints of Sunset Orange #F24B41

Color information

#F24B41 (or 0xF24B41) is unknown color: approx Sunset Orange. HEX triplet: F2, 4B and 41. RGB value is (242,75,65). Sum of RGB (Red+Green+Blue) = 242+75+65=382 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.35% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 242 - color contains mainly: red. Hex color #F24B41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24B41 is #0DB4BE. Grayscale: #7C7C7C. Windows color (decimal): -898239 or 4279282. OLE color: 4279282.

HSL color Cylindrical-coordinate representation of color #F24B41: hue angle of 3.39º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F24B41 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB2427565-
CMYK00.690.730.05
HSL3.39º87.19%60.2%-
HSV(B)3.39º73.14%94.9%-
XYZ40.0924.297.58-
YUV123.7994.83212.31-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 63.35%
GREEN value IS 75 (29.69% from 255) = 19.63%
BLUE value IS 65 (25.78% from 255) = 17.02%
R=63.35%
G=19.63%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242756500.690.730.053.3987.1960.2
HexF24B410454953573c
Octal36211310101051115312774
Binary1111001010010111000001010001011001001101111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24B41; }

 p { color: rgb(242,75,65); }

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

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

 a { background-color: rgb(242,75,65); }

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

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

 span { border-color: rgb(242,75,65); }

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