#F97B5F

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

Shades of Bittersweet #F97B5F

Tints of Bittersweet #F97B5F

Color information

#F97B5F (or 0xF97B5F) is unknown color: approx Bittersweet. HEX triplet: F9, 7B and 5F. RGB value is (249,123,95). Sum of RGB (Red+Green+Blue) = 249+123+95=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F97B5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97B5F is #0684A0. Grayscale: #9D9D9D. Windows color (decimal): -427169 or 6257657. OLE color: 6257657.

HSL color Cylindrical-coordinate representation of color #F97B5F: hue angle of 10.91º 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 #F97B5F is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB24912395-
CMYK00.510.620.02
HSL10.91º92.77%67.45%-
HSV(B)10.91º61.85%97.65%-
XYZ48.2235.1315.07-
YUV157.4892.74193.28-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.32%
GREEN value IS 123 (48.44% from 255) = 26.34%
BLUE value IS 95 (37.5% from 255) = 20.34%
R=53.32%
G=26.34%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491239500.510.620.0210.9192.7767.45
HexF97B5F0333E2b5d43
Octal37117313706376213135103
Binary1111100111110111011111011001111111010101110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97B5F; }

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

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

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

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

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

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

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

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