#FE756A

Color #FE756A Bittersweet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bittersweet #FE756A

Tints of Bittersweet #FE756A

Color information

#FE756A (or 0xFE756A) is unknown color: approx Bittersweet. HEX triplet: FE, 75 and 6A. RGB value is (254,117,106). Sum of RGB (Red+Green+Blue) = 254+117+106=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE756A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE756A is #018A95. Grayscale: #9C9C9C. Windows color (decimal): -101014 or 6977022. OLE color: 6977022.

HSL color Cylindrical-coordinate representation of color #FE756A: hue angle of 4.46º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE756A is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.00.

Color convert

RGB254117106-
CMYK00.540.580.00
HSL4.46º98.67%70.59%-
HSV(B)4.46º58.27%99.61%-
XYZ49.8434.8317.73-
YUV156.7199.39197.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.25%
GREEN value IS 117 (46.09% from 255) = 24.53%
BLUE value IS 106 (41.80% from 255) = 22.22%
R=53.25%
G=24.53%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411710600.540.580.004.4698.6770.59
HexFE756A0363A046347
Octal3761651520667204143107
Binary11111110111010111010100110110111010010011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE756A; }

 p { color: rgb(254,117,106); }

 H1.HeaderClassName
 {
   color: #FE756A;
 }
 .AnyTagClassName
 {
   color: #FE756A;
 }
</style>
background-color css

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

 a { background-color: rgb(254,117,106); }

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

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

 span { border-color: rgb(254,117,106); }

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