Html Css Color HEX #FC6F55 Bittersweet

📋 copy color: '#FC6F55'

red 252 ◦ green 111 ◦ blue 85

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

Shades of Bittersweet #FC6F55

Tints of Bittersweet #FC6F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.97%

R = 56.25%
G = 24.78%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FC6F55 (or 0xFC6F55) is known color: Bittersweet. HEX triplet: FC, 6F and 55. RGB value is (252,111,85). Sum of RGB (Red+Green+Blue) = 252+111+85=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 111 (43.75% from 255 or 24.78% from 448); Blue value is 85 (33.59% from 255 or 18.97% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6F55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6F55 is #0390AA. Grayscale: #969696. Windows color (decimal): -233643 or 5599228. OLE color: 5599228.

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

Color convert

RGB 252 111 85 -
CMYK 0 0.56 0.66 0.01
HSL 9.34º 0.97% 0.66% -
HSV(B) 9.34º 0.66% 0.99% -
XYZ 47.47 32.72 12.41 -
YUV 150.2 91.21 200.61 -
System Red Green Blue C M Y K H S L
Decimal 252 111 85 0 0.56 0.66 0.01 9.34 0.97 0.66
Hex FC 6F 55 0 38 42 1 9 61 42
Octal 374 157 125 0 70 102 1 11 141 102
Binary 11111100 1101111 1010101 0 111000 1000010 1 1001 1100001 1000010

Color Harmonies of #FC6F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6F55

Black with #FC6F55

Text Example


Text Example

White with #FC6F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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