Html Css Color HEX #FC755A Bittersweet

📋 copy color: '#FC755A'

red 252 ◦ green 117 ◦ blue 90

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

Shades of Bittersweet #FC755A

Tints of Bittersweet #FC755A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.61%

R = 54.9%
G = 25.49%
B = 19.61%

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

#FC755A (or 0xFC755A) is known color: Bittersweet. HEX triplet: FC, 75 and 5A. RGB value is (252,117,90). Sum of RGB (Red+Green+Blue) = 252+117+90=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC755A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC755A is #038AA5. Grayscale: #9A9A9A. Windows color (decimal): -232102 or 5928444. OLE color: 5928444.

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

Color convert

RGB 252 117 90 -
CMYK 0 0.54 0.64 0.01
HSL 10º 0.96% 0.67% -
HSV(B) 10º 0.64% 0.99% -
XYZ 48.35 34.16 13.72 -
YUV 154.29 91.73 197.7 -
System Red Green Blue C M Y K H S L
Decimal 252 117 90 0 0.54 0.64 0.01 10 0.96 0.67
Hex FC 75 5A 0 36 40 1 A 60 43
Octal 374 165 132 0 66 100 1 12 140 103
Binary 11111100 1110101 1011010 0 110110 1000000 1 1010 1100000 1000011

Color Harmonies of #FC755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC755A

Black with #FC755A

Text Example


Text Example

White with #FC755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC755A; }

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

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

background-color css

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

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

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

border-color css

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

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

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