#F0524A

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

Shades of Sunset Orange #F0524A

Tints of Sunset Orange #F0524A

Color information

#F0524A (or 0xF0524A) is unknown color: approx Sunset Orange. HEX triplet: F0, 52 and 4A. RGB value is (240,82,74). Sum of RGB (Red+Green+Blue) = 240+82+74=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F0524A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0524A is #0FADB5. Grayscale: #808080. Windows color (decimal): -1027510 or 4870896. OLE color: 4870896.

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

Color convert

RGB2408274-
CMYK00.660.690.06
HSL2.89º84.69%61.57%-
HSV(B)2.89º69.17%94.12%-
XYZ40.1925.059.2-
YUV128.3397.35207.65-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 60.61%
GREEN value IS 82 (32.42% from 255) = 20.71%
BLUE value IS 74 (29.30% from 255) = 18.69%
R=60.61%
G=20.71%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240827400.660.690.062.8984.6961.57
HexF0524A0424563553e
Octal36012211201021056312576
Binary1111000010100101001010010000101000101110111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0524A; }

 p { color: rgb(240,82,74); }

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

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

 a { background-color: rgb(240,82,74); }

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

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

 span { border-color: rgb(240,82,74); }

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