#F9725B

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

Shades of Bittersweet #F9725B

Tints of Bittersweet #F9725B

Color information

#F9725B (or 0xF9725B) is unknown color: approx Bittersweet. HEX triplet: F9, 72 and 5B. RGB value is (249,114,91). Sum of RGB (Red+Green+Blue) = 249+114+91=454 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.85% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 249 - color contains mainly: red. Hex color #F9725B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9725B is #068DA4. Grayscale: #979797. Windows color (decimal): -429477 or 5993209. OLE color: 5993209.

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

Color convert

RGB24911491-
CMYK00.540.630.02
HSL8.73º92.94%66.67%-
HSV(B)8.73º63.45%97.65%-
XYZ46.9732.9313.78-
YUV151.7493.73197.37-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.85%
GREEN value IS 114 (44.92% from 255) = 25.11%
BLUE value IS 91 (35.94% from 255) = 20.04%
R=54.85%
G=25.11%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491149100.540.630.028.7392.9466.67
HexF9725B0363F295d43
Octal37116213306677211135103
Binary1111100111100101011011011011011111110100110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9725B; }

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

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

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

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

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

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

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

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