Html Css Color HEX #FC6F50 Bittersweet

📋 copy color: '#FC6F50'

red 252 ◦ green 111 ◦ blue 80

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

Shades of Bittersweet #FC6F50

Tints of Bittersweet #FC6F50

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.06%

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

R = 56.88%
G = 25.06%
B = 18.06%

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

#FC6F50 (or 0xFC6F50) is known color: Bittersweet. HEX triplet: FC, 6F and 50. RGB value is (252,111,80). Sum of RGB (Red+Green+Blue) = 252+111+80=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6F50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6F50 is #0390AF. Grayscale: #959595. Windows color (decimal): -233648 or 5271548. OLE color: 5271548.

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

Color convert

RGB 252 111 80 -
CMYK 0 0.56 0.68 0.01
HSL 10.81º 0.97% 0.65% -
HSV(B) 10.81º 0.68% 0.99% -
XYZ 47.28 32.64 11.4 -
YUV 149.63 88.71 201.02 -
System Red Green Blue C M Y K H S L
Decimal 252 111 80 0 0.56 0.68 0.01 10.81 0.97 0.65
Hex FC 6F 50 0 38 44 1 B 61 41
Octal 374 157 120 0 70 104 1 13 141 101
Binary 11111100 1101111 1010000 0 111000 1000100 1 1011 1100001 1000001

Color Harmonies of #FC6F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6F50

Black with #FC6F50

Text Example


Text Example

White with #FC6F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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