#F9625A

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

Shades of Bittersweet #F9625A

Tints of Bittersweet #F9625A

Color information

#F9625A (or 0xF9625A) is unknown color: approx Bittersweet. HEX triplet: F9, 62 and 5A. RGB value is (249,98,90). Sum of RGB (Red+Green+Blue) = 249+98+90=437 (57% of max value = 765). Red value is 249 (97.66% from 255 or 56.98% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 249 - color contains mainly: red. Hex color #F9625A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9625A is #069DA5. Grayscale: #8E8E8E. Windows color (decimal): -433574 or 5923577. OLE color: 5923577.

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

Color convert

RGB2499890-
CMYK00.610.640.02
HSL3.02º92.98%66.47%-
HSV(B)3.02º63.86%97.65%-
XYZ45.2829.6113-
YUV142.2498.53204.15-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 56.98%
GREEN value IS 98 (38.67% from 255) = 22.43%
BLUE value IS 90 (35.55% from 255) = 20.59%
R=56.98%
G=22.43%
B=20.59%

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
Decimal249989000.610.640.023.0292.9866.47
HexF9625A03D40235d42
Octal37114213207510023135102
Binary111110011100010101101001111011000000101110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9625A; }

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

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

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

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

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

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

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

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