Html Css Color HEX #FC563C Sunset Orange

📋 copy color: '#FC563C'

red 252 ◦ green 86 ◦ blue 60

#FC563C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunset Orange #FC563C

Tints of Sunset Orange #FC563C

RGB

 RED value IS 252 (98.83% from 255) = 63.32%

 GREEN value IS 86 (33.98% from 255) = 21.61%

 BLUE value IS 60 (23.83% from 255) = 15.08%

R = 63.32%
G = 21.61%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC563C (or 0xFC563C) is known color: Sunset Orange. HEX triplet: FC, 56 and 3C. RGB value is (252,86,60). Sum of RGB (Red+Green+Blue) = 252+86+60=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC563C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC563C is #03A9C3. Grayscale: #848484. Windows color (decimal): -240068 or 3954428. OLE color: 3954428.

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

Color convert

RGB 252 86 60 -
CMYK 0 0.66 0.76 0.01
HSL 8.13º 0.97% 0.61% -
HSV(B) 8.13º 0.76% 0.99% -
XYZ 44.29 27.68 7.28 -
YUV 132.67 87 213.11 -
System Red Green Blue C M Y K H S L
Decimal 252 86 60 0 0.66 0.76 0.01 8.13 0.97 0.61
Hex FC 56 3C 0 42 4C 1 8 61 3D
Octal 374 126 74 0 102 114 1 10 141 75
Binary 11111100 1010110 111100 0 1000010 1001100 1 1000 1100001 111101

Color Harmonies of #FC563C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC563C

Black with #FC563C

Text Example


Text Example

White with #FC563C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC563C; }

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

 H1.HeaderClassName
 {
   color: #FC563C;
 }
 .AnyTagClassName
 {
   color: #FC563C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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