#F9D571

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

Shades of Salomie #F9D571

Tints of Salomie #F9D571

Color information

#F9D571 (or 0xF9D571) is unknown color: approx Salomie. HEX triplet: F9, D5 and 71. RGB value is (249,213,113). Sum of RGB (Red+Green+Blue) = 249+213+113=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 113 (44.53% from 255 or 19.65% from 575); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D571 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9D571 is #062A8E. Grayscale: #D4D4D4. Windows color (decimal): -404111 or 7460345. OLE color: 7460345.

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

Color convert

RGB249213113-
CMYK00.140.550.02
HSL44.12º91.89%70.98%-
HSV(B)44.12º54.62%97.65%-
XYZ65.8468.9225.46-
YUV212.3671.93154.13-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.30%
GREEN value IS 213 (83.59% from 255) = 37.04%
BLUE value IS 113 (44.53% from 255) = 19.65%
R=43.30%
G=37.04%
B=19.65%

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
Decimal24921311300.140.550.0244.1291.8970.98
HexF9D5710E3722c5c47
Octal37132516101667254134107
Binary11111001110101011110001011101101111010110010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D571; }

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

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

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

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

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

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

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

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