#F96E5B

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

Shades of Bittersweet #F96E5B

Tints of Bittersweet #F96E5B

Color information

#F96E5B (or 0xF96E5B) is unknown color: approx Bittersweet. HEX triplet: F9, 6E and 5B. RGB value is (249,110,91). Sum of RGB (Red+Green+Blue) = 249+110+91=450 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.33% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 249 - color contains mainly: red. Hex color #F96E5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96E5B is #0691A4. Grayscale: #959595. Windows color (decimal): -430501 or 5992185. OLE color: 5992185.

HSL color Cylindrical-coordinate representation of color #F96E5B: hue angle of 7.22º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F96E5B is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB24911091-
CMYK00.560.630.02
HSL7.22º92.94%66.67%-
HSV(B)7.22º63.45%97.65%-
XYZ46.5332.0513.63-
YUV149.3995.05199.04-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.33%
GREEN value IS 110 (43.36% from 255) = 24.44%
BLUE value IS 91 (35.94% from 255) = 20.22%
R=55.33%
G=24.44%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491109100.560.630.027.2292.9466.67
HexF96E5B0383F275d43
Octal3711561330707727135103
Binary111110011101110101101101110001111111011110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96E5B; }

 p { color: rgb(249,110,91); }

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

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

 a { background-color: rgb(249,110,91); }

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

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

 span { border-color: rgb(249,110,91); }

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