#F9605A

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

Shades of Bittersweet #F9605A

Tints of Bittersweet #F9605A

Color information

#F9605A (or 0xF9605A) is unknown color: approx Bittersweet. HEX triplet: F9, 60 and 5A. RGB value is (249,96,90). Sum of RGB (Red+Green+Blue) = 249+96+90=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F9605A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9605A is #069FA5. Grayscale: #8D8D8D. Windows color (decimal): -434086 or 5923065. OLE color: 5923065.

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

Color convert

RGB2499690-
CMYK00.610.640.02
HSL2.26º92.98%66.47%-
HSV(B)2.26º63.86%97.65%-
XYZ45.129.2412.94-
YUV141.0699.19204.99-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.24%
GREEN value IS 96 (37.89% from 255) = 22.07%
BLUE value IS 90 (35.55% from 255) = 20.69%
R=57.24%
G=22.07%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249969000.610.640.022.2692.9866.47
HexF9605A03D40225d42
Octal37114013207510022135102
Binary111110011100000101101001111011000000101010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9605A; }

 p { color: rgb(249,96,90); }

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

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

 a { background-color: rgb(249,96,90); }

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

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

 span { border-color: rgb(249,96,90); }

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