#F0534C

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

Shades of Sunset Orange #F0534C

Tints of Sunset Orange #F0534C

Color information

#F0534C (or 0xF0534C) is unknown color: approx Sunset Orange. HEX triplet: F0, 53 and 4C. RGB value is (240,83,76). Sum of RGB (Red+Green+Blue) = 240+83+76=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F0534C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0534C is #0FACB3. Grayscale: #818181. Windows color (decimal): -1027252 or 5002224. OLE color: 5002224.

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

Color convert

RGB2408376-
CMYK00.650.680.06
HSL2.56º84.54%61.96%-
HSV(B)2.56º68.33%94.12%-
XYZ40.3325.239.58-
YUV129.1498.01207.07-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 60.15%
GREEN value IS 83 (32.81% from 255) = 20.80%
BLUE value IS 76 (30.08% from 255) = 19.05%
R=60.15%
G=20.80%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240837600.650.680.062.5684.5461.96
HexF0534C0414463553e
Octal36012311401011046312576
Binary1111000010100111001100010000011000100110111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0534C; }

 p { color: rgb(240,83,76); }

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

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

 a { background-color: rgb(240,83,76); }

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

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

 span { border-color: rgb(240,83,76); }

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