Html Css Color HEX #FC7359 Bittersweet

📋 copy color: '#FC7359'

red 252 ◦ green 115 ◦ blue 89

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

Shades of Bittersweet #FC7359

Tints of Bittersweet #FC7359

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.22%

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

R = 55.26%
G = 25.22%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FC7359 (or 0xFC7359) is known color: Bittersweet. HEX triplet: FC, 73 and 59. RGB value is (252,115,89). Sum of RGB (Red+Green+Blue) = 252+115+89=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 89 (35.16% from 255 or 19.52% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7359 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7359 is #038CA6. Grayscale: #999999. Windows color (decimal): -232615 or 5862396. OLE color: 5862396.

HSL color Cylindrical-coordinate representation of color #FC7359: hue angle of 9.57º 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 #FC7359 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 115 89 -
CMYK 0 0.54 0.65 0.01
HSL 9.57º 0.96% 0.67% -
HSV(B) 9.57º 0.65% 0.99% -
XYZ 48.08 33.68 13.42 -
YUV 153 91.89 198.61 -
System Red Green Blue C M Y K H S L
Decimal 252 115 89 0 0.54 0.65 0.01 9.57 0.96 0.67
Hex FC 73 59 0 36 41 1 A 60 43
Octal 374 163 131 0 66 101 1 12 140 103
Binary 11111100 1110011 1011001 0 110110 1000001 1 1010 1100000 1000011

Color Harmonies of #FC7359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7359

Black with #FC7359

Text Example


Text Example

White with #FC7359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7359; }

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

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

background-color css

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

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

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

border-color css

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

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

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