Html Css Color HEX #FC715D Bittersweet

📋 copy color: '#FC715D'

red 252 ◦ green 113 ◦ blue 93

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

Shades of Bittersweet #FC715D

Tints of Bittersweet #FC715D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.67%

 BLUE value IS 93 (36.72% from 255) = 20.31%

R = 55.02%
G = 24.67%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC715D (or 0xFC715D) is known color: Bittersweet. HEX triplet: FC, 71 and 5D. RGB value is (252,113,93). Sum of RGB (Red+Green+Blue) = 252+113+93=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 93 (36.72% from 255 or 20.31% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC715D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC715D is #038EA2. Grayscale: #989898. Windows color (decimal): -233123 or 6124028. OLE color: 6124028.

HSL color Cylindrical-coordinate representation of color #FC715D: hue angle of 7.55º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC715D is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 113 93 -
CMYK 0 0.55 0.63 0.01
HSL 7.55º 0.96% 0.68% -
HSV(B) 7.55º 0.63% 0.99% -
XYZ 48.03 33.3 14.25 -
YUV 152.28 94.55 199.13 -
System Red Green Blue C M Y K H S L
Decimal 252 113 93 0 0.55 0.63 0.01 7.55 0.96 0.68
Hex FC 71 5D 0 37 3F 1 8 60 44
Octal 374 161 135 0 67 77 1 10 140 104
Binary 11111100 1110001 1011101 0 110111 111111 1 1000 1100000 1000100

Color Harmonies of #FC715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC715D

Black with #FC715D

Text Example


Text Example

White with #FC715D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC715D; }

 p { color: rgb(252,113,93); }

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

background-color css

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

 a { background-color: rgb(252,113,93); }

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

border-color css

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

 span { border-color: rgb(252,113,93); }

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