Html Css Color HEX #FC7050 Bittersweet

📋 copy color: '#FC7050'

red 252 ◦ green 112 ◦ blue 80

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

Shades of Bittersweet #FC7050

Tints of Bittersweet #FC7050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.02%

R = 56.76%
G = 25.23%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FC7050 (or 0xFC7050) is known color: Bittersweet. HEX triplet: FC, 70 and 50. RGB value is (252,112,80). Sum of RGB (Red+Green+Blue) = 252+112+80=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7050 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7050 is #038FAF. Grayscale: #969696. Windows color (decimal): -233392 or 5271804. OLE color: 5271804.

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

Color convert

RGB 252 112 80 -
CMYK 0 0.56 0.68 0.01
HSL 11.16º 0.97% 0.65% -
HSV(B) 11.16º 0.68% 0.99% -
XYZ 47.39 32.86 11.44 -
YUV 150.21 88.38 200.6 -
System Red Green Blue C M Y K H S L
Decimal 252 112 80 0 0.56 0.68 0.01 11.16 0.97 0.65
Hex FC 70 50 0 38 44 1 B 61 41
Octal 374 160 120 0 70 104 1 13 141 101
Binary 11111100 1110000 1010000 0 111000 1000100 1 1011 1100001 1000001

Color Harmonies of #FC7050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7050

Black with #FC7050

Text Example


Text Example

White with #FC7050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7050; }

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

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

background-color css

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

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

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

border-color css

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

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

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