Html Css Color HEX #FC7961 Bittersweet

📋 copy color: '#FC7961'

red 252 ◦ green 121 ◦ blue 97

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

Shades of Bittersweet #FC7961

Tints of Bittersweet #FC7961

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.74%

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

R = 53.62%
G = 25.74%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC7961 (or 0xFC7961) is known color: Bittersweet. HEX triplet: FC, 79 and 61. RGB value is (252,121,97). Sum of RGB (Red+Green+Blue) = 252+121+97=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 97 (38.28% from 255 or 20.64% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7961 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7961 is #03869E. Grayscale: #9D9D9D. Windows color (decimal): -231071 or 6388220. OLE color: 6388220.

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

Color convert

RGB 252 121 97 -
CMYK 0 0.52 0.62 0.01
HSL 9.29º 0.96% 0.68% -
HSV(B) 9.29º 0.62% 0.99% -
XYZ 49.14 35.23 15.52 -
YUV 157.43 93.9 195.45 -
System Red Green Blue C M Y K H S L
Decimal 252 121 97 0 0.52 0.62 0.01 9.29 0.96 0.68
Hex FC 79 61 0 34 3E 1 9 60 44
Octal 374 171 141 0 64 76 1 11 140 104
Binary 11111100 1111001 1100001 0 110100 111110 1 1001 1100000 1000100

Color Harmonies of #FC7961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7961

Black with #FC7961

Text Example


Text Example

White with #FC7961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7961; }

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

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

background-color css

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

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

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

border-color css

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

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

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