#FE523D

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

Shades of Sunset Orange #FE523D

Tints of Sunset Orange #FE523D

Color information

#FE523D (or 0xFE523D) is unknown color: approx Sunset Orange. HEX triplet: FE, 52 and 3D. RGB value is (254,82,61). Sum of RGB (Red+Green+Blue) = 254+82+61=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 61 (24.22% from 255 or 15.37% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE523D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE523D is #01ADC2. Grayscale: #838383. Windows color (decimal): -110019 or 4018942. OLE color: 4018942.

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

Color convert

RGB2548261-
CMYK00.680.760.00
HSL6.53º98.97%61.76%-
HSV(B)6.53º75.98%99.61%-
XYZ44.7327.447.35-
YUV131.0388.48215.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 63.98%
GREEN value IS 82 (32.42% from 255) = 20.65%
BLUE value IS 61 (24.22% from 255) = 15.37%
R=63.98%
G=20.65%
B=15.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.76
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254826100.680.760.006.5398.9761.76
HexFE523D0444C07633e
Octal3761227501041140714376
Binary11111110101001011110101000100100110001111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE523D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE523D; }

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

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

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

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

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

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

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

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