Html Css Color HEX #FC6B55 Bittersweet

📋 copy color: '#FC6B55'

red 252 ◦ green 107 ◦ blue 85

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

Shades of Bittersweet #FC6B55

Tints of Bittersweet #FC6B55

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.1%

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

R = 56.76%
G = 24.1%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FC6B55 (or 0xFC6B55) is known color: Bittersweet. HEX triplet: FC, 6B and 55. RGB value is (252,107,85). Sum of RGB (Red+Green+Blue) = 252+107+85=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 85 (33.59% from 255 or 19.14% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6B55 is #0394AA. Grayscale: #949494. Windows color (decimal): -234667 or 5598204. OLE color: 5598204.

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

Color convert

RGB 252 107 85 -
CMYK 0 0.58 0.66 0.01
HSL 7.9º 0.97% 0.66% -
HSV(B) 7.9º 0.66% 0.99% -
XYZ 47.04 31.87 12.27 -
YUV 147.85 92.54 202.29 -
System Red Green Blue C M Y K H S L
Decimal 252 107 85 0 0.58 0.66 0.01 7.9 0.97 0.66
Hex FC 6B 55 0 3A 42 1 8 61 42
Octal 374 153 125 0 72 102 1 10 141 102
Binary 11111100 1101011 1010101 0 111010 1000010 1 1000 1100001 1000010

Color Harmonies of #FC6B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6B55

Black with #FC6B55

Text Example


Text Example

White with #FC6B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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