#F9D671

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

Shades of Salomie #F9D671

Tints of Salomie #F9D671

Color information

#F9D671 (or 0xF9D671) is unknown color: approx Salomie. HEX triplet: F9, D6 and 71. RGB value is (249,214,113). Sum of RGB (Red+Green+Blue) = 249+214+113=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 113 (44.53% from 255 or 19.62% from 576); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D671 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9D671 is #06298E. Grayscale: #D5D5D5. Windows color (decimal): -403855 or 7460601. OLE color: 7460601.

HSL color Cylindrical-coordinate representation of color #F9D671: hue angle of 44.56º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F9D671 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB249214113-
CMYK00.140.550.02
HSL44.56º91.89%70.98%-
HSV(B)44.56º54.62%97.65%-
XYZ66.0969.4325.54-
YUV212.9571.6153.71-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.23%
GREEN value IS 214 (83.98% from 255) = 37.15%
BLUE value IS 113 (44.53% from 255) = 19.62%
R=43.23%
G=37.15%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921411300.140.550.0244.5691.8970.98
HexF9D6710E3722d5c47
Octal37132616101667255134107
Binary11111001110101101110001011101101111010110110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D671; }

 p { color: rgb(249,214,113); }

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

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

 a { background-color: rgb(249,214,113); }

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

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

 span { border-color: rgb(249,214,113); }

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