Html Css Color HEX #FC7355 Bittersweet

📋 copy color: '#FC7355'

red 252 ◦ green 115 ◦ blue 85

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

Shades of Bittersweet #FC7355

Tints of Bittersweet #FC7355

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.44%

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

R = 55.75%
G = 25.44%
B = 18.81%

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

#FC7355 (or 0xFC7355) is known color: Bittersweet. HEX triplet: FC, 73 and 55. RGB value is (252,115,85). Sum of RGB (Red+Green+Blue) = 252+115+85=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 85 (33.59% from 255 or 18.81% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7355 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7355 is #038CAA. Grayscale: #989898. Windows color (decimal): -232619 or 5600252. OLE color: 5600252.

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

Color convert

RGB 252 115 85 -
CMYK 0 0.54 0.66 0.01
HSL 10.78º 0.97% 0.66% -
HSV(B) 10.78º 0.66% 0.99% -
XYZ 47.92 33.61 12.56 -
YUV 152.54 89.89 198.94 -
System Red Green Blue C M Y K H S L
Decimal 252 115 85 0 0.54 0.66 0.01 10.78 0.97 0.66
Hex FC 73 55 0 36 42 1 B 61 42
Octal 374 163 125 0 66 102 1 13 141 102
Binary 11111100 1110011 1010101 0 110110 1000010 1 1011 1100001 1000010

Color Harmonies of #FC7355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7355

Black with #FC7355

Text Example


Text Example

White with #FC7355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7355; }

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

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

background-color css

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

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

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

border-color css

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

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

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