#FC563F

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

Shades of Sunset Orange #FC563F

Tints of Sunset Orange #FC563F

Color information

#FC563F (or 0xFC563F) is unknown color: approx Sunset Orange. HEX triplet: FC, 56 and 3F. RGB value is (252,86,63). Sum of RGB (Red+Green+Blue) = 252+86+63=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC563F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC563F is #03A9C0. Grayscale: #858585. Windows color (decimal): -240065 or 4151036. OLE color: 4151036.

HSL color Cylindrical-coordinate representation of color #FC563F: hue angle of 7.3º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC563F is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB2528663-
CMYK00.660.750.01
HSL7.3º96.92%61.76%-
HSV(B)7.3º75%98.82%-
XYZ44.3727.717.71-
YUV133.0188.5212.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 62.84%
GREEN value IS 86 (33.98% from 255) = 21.45%
BLUE value IS 63 (25% from 255) = 15.71%
R=62.84%
G=21.45%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252866300.660.750.017.396.9261.76
HexFC563F0424B17613e
Octal3741267701021131714176
Binary11111100101011011111101000010100101111111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC563F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC563F; }

 p { color: rgb(252,86,63); }

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

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

 a { background-color: rgb(252,86,63); }

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

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

 span { border-color: rgb(252,86,63); }

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