Html Css Color HEX #FC715B Bittersweet

📋 copy color: '#FC715B'

red 252 ◦ green 113 ◦ blue 91

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

Shades of Bittersweet #FC715B

Tints of Bittersweet #FC715B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.96%

R = 55.26%
G = 24.78%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC715B (or 0xFC715B) is known color: Bittersweet. HEX triplet: FC, 71 and 5B. RGB value is (252,113,91). Sum of RGB (Red+Green+Blue) = 252+113+91=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC715B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC715B is #038EA4. Grayscale: #989898. Windows color (decimal): -233125 or 5992956. OLE color: 5992956.

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

Color convert

RGB 252 113 91 -
CMYK 0 0.55 0.64 0.01
HSL 8.2º 0.96% 0.67% -
HSV(B) 8.2º 0.64% 0.99% -
XYZ 47.94 33.26 13.79 -
YUV 152.05 93.55 199.29 -
System Red Green Blue C M Y K H S L
Decimal 252 113 91 0 0.55 0.64 0.01 8.2 0.96 0.67
Hex FC 71 5B 0 37 40 1 8 60 43
Octal 374 161 133 0 67 100 1 10 140 103
Binary 11111100 1110001 1011011 0 110111 1000000 1 1000 1100000 1000011

Color Harmonies of #FC715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC715B

Black with #FC715B

Text Example


Text Example

White with #FC715B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC715B; }

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

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

background-color css

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

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

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

border-color css

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

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

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