#FE564D

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

Shades of Sunset Orange #FE564D

Tints of Sunset Orange #FE564D

Color information

#FE564D (or 0xFE564D) is unknown color: approx Sunset Orange. HEX triplet: FE, 56 and 4D. RGB value is (254,86,77). Sum of RGB (Red+Green+Blue) = 254+86+77=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE564D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE564D is #01A9B2. Grayscale: #878787. Windows color (decimal): -108979 or 5068542. OLE color: 5068542.

HSL color Cylindrical-coordinate representation of color #FE564D: hue angle of 3.05º 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 #FE564D is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB2548677-
CMYK00.660.700.00
HSL3.05º98.88%64.9%-
HSV(B)3.05º69.69%99.61%-
XYZ45.5428.2610.08-
YUV135.2195.16212.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 60.91%
GREEN value IS 86 (33.98% from 255) = 20.62%
BLUE value IS 77 (30.47% from 255) = 18.47%
R=60.91%
G=20.62%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254867700.660.700.003.0598.8864.9
HexFE564D04246036341
Octal376126115010210603143101
Binary111111101010110100110101000010100011001111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE564D; }

 p { color: rgb(254,86,77); }

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

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

 a { background-color: rgb(254,86,77); }

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

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

 span { border-color: rgb(254,86,77); }

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