#F1524B

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

Shades of Sunset Orange #F1524B

Tints of Sunset Orange #F1524B

Color information

#F1524B (or 0xF1524B) is unknown color: approx Sunset Orange. HEX triplet: F1, 52 and 4B. RGB value is (241,82,75). Sum of RGB (Red+Green+Blue) = 241+82+75=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F1524B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1524B is #0EADB4. Grayscale: #808080. Windows color (decimal): -961973 or 4936433. OLE color: 4936433.

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

Color convert

RGB2418275-
CMYK00.660.690.05
HSL2.53º85.57%61.96%-
HSV(B)2.53º68.88%94.51%-
XYZ40.5625.249.39-
YUV128.7497.68208.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 60.55%
GREEN value IS 82 (32.42% from 255) = 20.60%
BLUE value IS 75 (29.69% from 255) = 18.84%
R=60.55%
G=20.60%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241827500.660.690.052.5385.5761.96
HexF1524B0424553563e
Octal36112211301021055312676
Binary1111000110100101001011010000101000101101111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1524B; }

 p { color: rgb(241,82,75); }

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

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

 a { background-color: rgb(241,82,75); }

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

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

 span { border-color: rgb(241,82,75); }

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