#FE524C

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

Shades of Sunset Orange #FE524C

Tints of Sunset Orange #FE524C

Color information

#FE524C (or 0xFE524C) is unknown color: approx Sunset Orange. HEX triplet: FE, 52 and 4C. RGB value is (254,82,76). Sum of RGB (Red+Green+Blue) = 254+82+76=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE524C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE524C is #01ADB3. Grayscale: #848484. Windows color (decimal): -110004 or 5001982. OLE color: 5001982.

HSL color Cylindrical-coordinate representation of color #FE524C: hue angle of 2.02º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE524C is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB2548276-
CMYK00.680.700.00
HSL2.02º98.89%64.71%-
HSV(B)2.02º70.08%99.61%-
XYZ45.1927.639.79-
YUV132.7495.98214.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 61.65%
GREEN value IS 82 (32.42% from 255) = 19.90%
BLUE value IS 76 (30.08% from 255) = 18.45%
R=61.65%
G=19.90%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254827600.680.700.002.0298.8964.71
HexFE524C04446026341
Octal376122114010410602143101
Binary111111101010010100110001000100100011001011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE524C; }

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

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

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

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

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

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

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

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