Html Css Color HEX #FC6755 Bittersweet

📋 copy color: '#FC6755'

red 252 ◦ green 103 ◦ blue 85

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

Shades of Bittersweet #FC6755

Tints of Bittersweet #FC6755

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.41%

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

R = 57.27%
G = 23.41%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FC6755 (or 0xFC6755) is known color: Bittersweet. HEX triplet: FC, 67 and 55. RGB value is (252,103,85). Sum of RGB (Red+Green+Blue) = 252+103+85=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 85 (33.59% from 255 or 19.32% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6755 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6755 is #0398AA. Grayscale: #919191. Windows color (decimal): -235691 or 5597180. OLE color: 5597180.

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

Color convert

RGB 252 103 85 -
CMYK 0 0.59 0.66 0.01
HSL 6.47º 0.97% 0.66% -
HSV(B) 6.47º 0.66% 0.99% -
XYZ 46.63 31.05 12.13 -
YUV 145.5 93.86 203.96 -
System Red Green Blue C M Y K H S L
Decimal 252 103 85 0 0.59 0.66 0.01 6.47 0.97 0.66
Hex FC 67 55 0 3B 42 1 6 61 42
Octal 374 147 125 0 73 102 1 6 141 102
Binary 11111100 1100111 1010101 0 111011 1000010 1 110 1100001 1000010

Color Harmonies of #FC6755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6755

Black with #FC6755

Text Example


Text Example

White with #FC6755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6755; }

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

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

background-color css

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

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

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

border-color css

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

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

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