#F9524C

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

Shades of Sunset Orange #F9524C

Tints of Sunset Orange #F9524C

Color information

#F9524C (or 0xF9524C) is unknown color: approx Sunset Orange. HEX triplet: F9, 52 and 4C. RGB value is (249,82,76). Sum of RGB (Red+Green+Blue) = 249+82+76=407 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.18% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 249 - color contains mainly: red. Hex color #F9524C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9524C is #06ADB3. Grayscale: #838383. Windows color (decimal): -437684 or 5001977. OLE color: 5001977.

HSL color Cylindrical-coordinate representation of color #F9524C: hue angle of 2.08º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F9524C is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB2498276-
CMYK00.670.690.02
HSL2.08º93.51%63.73%-
HSV(B)2.08º69.48%97.65%-
XYZ43.3926.79.7-
YUV131.2596.83211.99-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 61.18%
GREEN value IS 82 (32.42% from 255) = 20.15%
BLUE value IS 76 (30.08% from 255) = 18.67%
R=61.18%
G=20.15%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249827600.670.690.022.0893.5163.73
HexF9524C04345225e40
Octal371122114010310522136100
Binary1111100110100101001100010000111000101101010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9524C; }

 p { color: rgb(249,82,76); }

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

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

 a { background-color: rgb(249,82,76); }

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

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

 span { border-color: rgb(249,82,76); }

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