Html Css Color HEX #FC6356 Bittersweet

📋 copy color: '#FC6356'

red 252 ◦ green 99 ◦ blue 86

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

Shades of Bittersweet #FC6356

Tints of Bittersweet #FC6356

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.65%

 BLUE value IS 86 (33.98% from 255) = 19.68%

R = 57.67%
G = 22.65%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FC6356 (or 0xFC6356) is known color: Bittersweet. HEX triplet: FC, 63 and 56. RGB value is (252,99,86). Sum of RGB (Red+Green+Blue) = 252+99+86=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 86 (33.98% from 255 or 19.68% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6356 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6356 is #039CA9. Grayscale: #8F8F8F. Windows color (decimal): -236714 or 5661692. OLE color: 5661692.

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

Color convert

RGB 252 99 86 -
CMYK 0 0.61 0.66 0.01
HSL 4.7º 0.97% 0.66% -
HSV(B) 4.7º 0.66% 0.99% -
XYZ 46.29 30.29 12.21 -
YUV 143.27 95.69 205.56 -
System Red Green Blue C M Y K H S L
Decimal 252 99 86 0 0.61 0.66 0.01 4.7 0.97 0.66
Hex FC 63 56 0 3D 42 1 5 61 42
Octal 374 143 126 0 75 102 1 5 141 102
Binary 11111100 1100011 1010110 0 111101 1000010 1 101 1100001 1000010

Color Harmonies of #FC6356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6356

Black with #FC6356

Text Example


Text Example

White with #FC6356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6356; }

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

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

background-color css

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

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

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

border-color css

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

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

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