Html Css Color HEX #FC564C Sunset Orange

📋 copy color: '#FC564C'

red 252 ◦ green 86 ◦ blue 76

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

Shades of Sunset Orange #FC564C

Tints of Sunset Orange #FC564C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.36%

R = 60.87%
G = 20.77%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC564C (or 0xFC564C) is known color: Sunset Orange. HEX triplet: FC, 56 and 4C. RGB value is (252,86,76). Sum of RGB (Red+Green+Blue) = 252+86+76=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 86 (33.98% from 255 or 20.77% from 414); Blue value is 76 (30.08% from 255 or 18.36% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC564C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC564C is #03A9B3. Grayscale: #868686. Windows color (decimal): -240052 or 5003004. OLE color: 5003004.

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

Color convert

RGB 252 86 76 -
CMYK 0 0.66 0.70 0.01
HSL 3.41º 0.97% 0.64% -
HSV(B) 3.41º 0.7% 0.99% -
XYZ 44.78 27.87 9.86 -
YUV 134.49 95 211.81 -
System Red Green Blue C M Y K H S L
Decimal 252 86 76 0 0.66 0.70 0.01 3.41 0.97 0.64
Hex FC 56 4C 0 42 46 1 3 61 40
Octal 374 126 114 0 102 106 1 3 141 100
Binary 11111100 1010110 1001100 0 1000010 1000110 1 11 1100001 1000000

Color Harmonies of #FC564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC564C

Black with #FC564C

Text Example


Text Example

White with #FC564C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC564C; }

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

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

background-color css

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

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

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

border-color css

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

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

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