Html Css Color HEX #FC7561 Bittersweet

📋 copy color: '#FC7561'

red 252 ◦ green 117 ◦ blue 97

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

Shades of Bittersweet #FC7561

Tints of Bittersweet #FC7561

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.11%

 BLUE value IS 97 (38.28% from 255) = 20.82%

R = 54.08%
G = 25.11%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC7561 (or 0xFC7561) is known color: Bittersweet. HEX triplet: FC, 75 and 61. RGB value is (252,117,97). Sum of RGB (Red+Green+Blue) = 252+117+97=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7561 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7561 is #038A9E. Grayscale: #9B9B9B. Windows color (decimal): -232095 or 6387196. OLE color: 6387196.

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

Color convert

RGB 252 117 97 -
CMYK 0 0.54 0.62 0.01
HSL 7.74º 0.96% 0.68% -
HSV(B) 7.74º 0.62% 0.99% -
XYZ 48.66 34.28 15.36 -
YUV 155.09 95.23 197.13 -
System Red Green Blue C M Y K H S L
Decimal 252 117 97 0 0.54 0.62 0.01 7.74 0.96 0.68
Hex FC 75 61 0 36 3E 1 8 60 44
Octal 374 165 141 0 66 76 1 10 140 104
Binary 11111100 1110101 1100001 0 110110 111110 1 1000 1100000 1000100

Color Harmonies of #FC7561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7561

Black with #FC7561

Text Example


Text Example

White with #FC7561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7561; }

 p { color: rgb(252,117,97); }

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

background-color css

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

 a { background-color: rgb(252,117,97); }

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

border-color css

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

 span { border-color: rgb(252,117,97); }

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