Html Css Color HEX #FC755B Bittersweet

📋 copy color: '#FC755B'

red 252 ◦ green 117 ◦ blue 91

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

Shades of Bittersweet #FC755B

Tints of Bittersweet #FC755B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.43%

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

R = 54.78%
G = 25.43%
B = 19.78%

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

#FC755B (or 0xFC755B) is known color: Bittersweet. HEX triplet: FC, 75 and 5B. RGB value is (252,117,91). Sum of RGB (Red+Green+Blue) = 252+117+91=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC755B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC755B is #038AA4. Grayscale: #9A9A9A. Windows color (decimal): -232101 or 5993980. OLE color: 5993980.

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

Color convert

RGB 252 117 91 -
CMYK 0 0.54 0.64 0.01
HSL 9.69º 0.96% 0.67% -
HSV(B) 9.69º 0.64% 0.99% -
XYZ 48.39 34.17 13.94 -
YUV 154.4 92.23 197.61 -
System Red Green Blue C M Y K H S L
Decimal 252 117 91 0 0.54 0.64 0.01 9.69 0.96 0.67
Hex FC 75 5B 0 36 40 1 A 60 43
Octal 374 165 133 0 66 100 1 12 140 103
Binary 11111100 1110101 1011011 0 110110 1000000 1 1010 1100000 1000011

Color Harmonies of #FC755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC755B

Black with #FC755B

Text Example


Text Example

White with #FC755B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC755B; }

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

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

background-color css

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

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

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

border-color css

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

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

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