#FE563D

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

Shades of Sunset Orange #FE563D

Tints of Sunset Orange #FE563D

Color information

#FE563D (or 0xFE563D) is unknown color: approx Sunset Orange. HEX triplet: FE, 56 and 3D. RGB value is (254,86,61). Sum of RGB (Red+Green+Blue) = 254+86+61=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 61 (24.22% from 255 or 15.21% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE563D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE563D is #01A9C2. Grayscale: #858585. Windows color (decimal): -108995 or 4019966. OLE color: 4019966.

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

Color convert

RGB2548661-
CMYK00.660.760.00
HSL7.77º98.97%61.76%-
HSV(B)7.77º75.98%99.61%-
XYZ45.0428.067.46-
YUV133.3887.16214.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 63.34%
GREEN value IS 86 (33.98% from 255) = 21.45%
BLUE value IS 61 (24.22% from 255) = 15.21%
R=63.34%
G=21.45%
B=15.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254866100.660.760.007.7798.9761.76
HexFE563D0424C08633e
Octal37612675010211401014376
Binary111111101010110111101010000101001100010001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE563D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE563D; }

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

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

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

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

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

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

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

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