Html Css Color HEX #FC715C Bittersweet

📋 copy color: '#FC715C'

red 252 ◦ green 113 ◦ blue 92

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

Shades of Bittersweet #FC715C

Tints of Bittersweet #FC715C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.13%

R = 55.14%
G = 24.73%
B = 20.13%

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

#FC715C (or 0xFC715C) is known color: Bittersweet. HEX triplet: FC, 71 and 5C. RGB value is (252,113,92). Sum of RGB (Red+Green+Blue) = 252+113+92=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC715C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC715C is #038EA3. Grayscale: #989898. Windows color (decimal): -233124 or 6058492. OLE color: 6058492.

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

Color convert

RGB 252 113 92 -
CMYK 0 0.55 0.63 0.01
HSL 7.88º 0.96% 0.67% -
HSV(B) 7.88º 0.63% 0.99% -
XYZ 47.98 33.28 14.02 -
YUV 152.17 94.05 199.21 -
System Red Green Blue C M Y K H S L
Decimal 252 113 92 0 0.55 0.63 0.01 7.88 0.96 0.67
Hex FC 71 5C 0 37 3F 1 8 60 43
Octal 374 161 134 0 67 77 1 10 140 103
Binary 11111100 1110001 1011100 0 110111 111111 1 1000 1100000 1000011

Color Harmonies of #FC715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC715C

Black with #FC715C

Text Example


Text Example

White with #FC715C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC715C; }

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

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

background-color css

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

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

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

border-color css

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

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

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