#F9665F

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

Shades of Bittersweet #F9665F

Tints of Bittersweet #F9665F

Color information

#F9665F (or 0xF9665F) is unknown color: approx Bittersweet. HEX triplet: F9, 66 and 5F. RGB value is (249,102,95). Sum of RGB (Red+Green+Blue) = 249+102+95=446 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.83% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 249 - color contains mainly: red. Hex color #F9665F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9665F is #0699A0. Grayscale: #919191. Windows color (decimal): -432545 or 6252281. OLE color: 6252281.

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

Color convert

RGB24910295-
CMYK00.590.620.02
HSL2.73º92.77%67.45%-
HSV(B)2.73º61.85%97.65%-
XYZ45.8830.4714.29-
YUV145.1699.7202.07-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.83%
GREEN value IS 102 (40.23% from 255) = 22.87%
BLUE value IS 95 (37.5% from 255) = 21.30%
R=55.83%
G=22.87%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491029500.590.620.022.7392.7767.45
HexF9665F03B3E235d43
Octal3711461370737623135103
Binary11111001110011010111110111011111110101110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9665F; }

 p { color: rgb(249,102,95); }

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

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

 a { background-color: rgb(249,102,95); }

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

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

 span { border-color: rgb(249,102,95); }

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