Html Css Color HEX #FC7555 Bittersweet

📋 copy color: '#FC7555'

red 252 ◦ green 117 ◦ blue 85

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

Shades of Bittersweet #FC7555

Tints of Bittersweet #FC7555

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.77%

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

R = 55.51%
G = 25.77%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FC7555 (or 0xFC7555) is known color: Bittersweet. HEX triplet: FC, 75 and 55. RGB value is (252,117,85). Sum of RGB (Red+Green+Blue) = 252+117+85=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7555 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7555 is #038AAA. Grayscale: #999999. Windows color (decimal): -232107 or 5600764. OLE color: 5600764.

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

Color convert

RGB 252 117 85 -
CMYK 0 0.54 0.66 0.01
HSL 11.5º 0.97% 0.66% -
HSV(B) 11.5º 0.66% 0.99% -
XYZ 48.15 34.07 12.63 -
YUV 153.72 89.23 198.1 -
System Red Green Blue C M Y K H S L
Decimal 252 117 85 0 0.54 0.66 0.01 11.5 0.97 0.66
Hex FC 75 55 0 36 42 1 B 61 42
Octal 374 165 125 0 66 102 1 13 141 102
Binary 11111100 1110101 1010101 0 110110 1000010 1 1011 1100001 1000010

Color Harmonies of #FC7555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7555

Black with #FC7555

Text Example


Text Example

White with #FC7555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7555; }

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

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

background-color css

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

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

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

border-color css

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

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

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