#FA563C

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

Shades of Sunset Orange #FA563C

Tints of Sunset Orange #FA563C

Color information

#FA563C (or 0xFA563C) is unknown color: approx Sunset Orange. HEX triplet: FA, 56 and 3C. RGB value is (250,86,60). Sum of RGB (Red+Green+Blue) = 250+86+60=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 60 (23.83% from 255 or 15.15% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA563C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA563C is #05A9C3. Grayscale: #848484. Windows color (decimal): -371140 or 3954426. OLE color: 3954426.

HSL color Cylindrical-coordinate representation of color #FA563C: hue angle of 8.21º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA563C is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB2508660-
CMYK00.660.760.02
HSL8.21º95%60.78%-
HSV(B)8.21º76%98.04%-
XYZ43.5727.317.25-
YUV132.0787.33212.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 63.13%
GREEN value IS 86 (33.98% from 255) = 21.72%
BLUE value IS 60 (23.83% from 255) = 15.15%
R=63.13%
G=21.72%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250866000.660.760.028.219560.78
HexFA563C0424C285f3d
Octal37212674010211421013775
Binary1111101010101101111000100001010011001010001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA563C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA563C; }

 p { color: rgb(250,86,60); }

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

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

 a { background-color: rgb(250,86,60); }

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

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

 span { border-color: rgb(250,86,60); }

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