Html Css Color HEX #FC7059 Bittersweet

📋 copy color: '#FC7059'

red 252 ◦ green 112 ◦ blue 89

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

Shades of Bittersweet #FC7059

Tints of Bittersweet #FC7059

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.72%

 BLUE value IS 89 (35.16% from 255) = 19.65%

R = 55.63%
G = 24.72%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FC7059 (or 0xFC7059) is known color: Bittersweet. HEX triplet: FC, 70 and 59. RGB value is (252,112,89). Sum of RGB (Red+Green+Blue) = 252+112+89=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 89 (35.16% from 255 or 19.65% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7059 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7059 is #038FA6. Grayscale: #979797. Windows color (decimal): -233383 or 5861628. OLE color: 5861628.

HSL color Cylindrical-coordinate representation of color #FC7059: hue angle of 8.47º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC7059 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 112 89 -
CMYK 0 0.56 0.65 0.01
HSL 8.47º 0.96% 0.67% -
HSV(B) 8.47º 0.65% 0.99% -
XYZ 47.74 33.01 13.31 -
YUV 151.24 92.88 199.87 -
System Red Green Blue C M Y K H S L
Decimal 252 112 89 0 0.56 0.65 0.01 8.47 0.96 0.67
Hex FC 70 59 0 38 41 1 8 60 43
Octal 374 160 131 0 70 101 1 10 140 103
Binary 11111100 1110000 1011001 0 111000 1000001 1 1000 1100000 1000011

Color Harmonies of #FC7059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7059

Black with #FC7059

Text Example


Text Example

White with #FC7059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7059; }

 p { color: rgb(252,112,89); }

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

background-color css

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

 a { background-color: rgb(252,112,89); }

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

border-color css

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

 span { border-color: rgb(252,112,89); }

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