#F9775E

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

Shades of Bittersweet #F9775E

Tints of Bittersweet #F9775E

Color information

#F9775E (or 0xF9775E) is unknown color: approx Bittersweet. HEX triplet: F9, 77 and 5E. RGB value is (249,119,94). Sum of RGB (Red+Green+Blue) = 249+119+94=462 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.90% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 249 - color contains mainly: red. Hex color #F9775E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9775E is #0688A1. Grayscale: #9B9B9B. Windows color (decimal): -428194 or 6191097. OLE color: 6191097.

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

Color convert

RGB24911994-
CMYK00.520.620.02
HSL9.68º92.81%67.25%-
HSV(B)9.68º62.25%97.65%-
XYZ47.6834.1414.67-
YUV155.0293.57195.03-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.90%
GREEN value IS 119 (46.88% from 255) = 25.76%
BLUE value IS 94 (37.11% from 255) = 20.35%
R=53.90%
G=25.76%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491199400.520.620.029.6892.8167.25
HexF9775E0343E2a5d43
Octal37116713606476212135103
Binary1111100111101111011110011010011111010101010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9775E; }

 p { color: rgb(249,119,94); }

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

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

 a { background-color: rgb(249,119,94); }

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

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

 span { border-color: rgb(249,119,94); }

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