Html Css Color HEX #FC745B Bittersweet

📋 copy color: '#FC745B'

red 252 ◦ green 116 ◦ blue 91

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

Shades of Bittersweet #FC745B

Tints of Bittersweet #FC745B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.27%

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

R = 54.9%
G = 25.27%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC745B (or 0xFC745B) is known color: Bittersweet. HEX triplet: FC, 74 and 5B. RGB value is (252,116,91). Sum of RGB (Red+Green+Blue) = 252+116+91=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC745B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC745B is #038BA4. Grayscale: #9A9A9A. Windows color (decimal): -232357 or 5993724. OLE color: 5993724.

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

Color convert

RGB 252 116 91 -
CMYK 0 0.54 0.64 0.01
HSL 9.32º 0.96% 0.67% -
HSV(B) 9.32º 0.64% 0.99% -
XYZ 48.28 33.94 13.9 -
YUV 153.81 92.56 198.03 -
System Red Green Blue C M Y K H S L
Decimal 252 116 91 0 0.54 0.64 0.01 9.32 0.96 0.67
Hex FC 74 5B 0 36 40 1 9 60 43
Octal 374 164 133 0 66 100 1 11 140 103
Binary 11111100 1110100 1011011 0 110110 1000000 1 1001 1100000 1000011

Color Harmonies of #FC745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC745B

Black with #FC745B

Text Example


Text Example

White with #FC745B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC745B; }

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

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

background-color css

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

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

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

border-color css

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

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

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