#F9A25B

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

Shades of Sandy Brown #F9A25B

Tints of Sandy Brown #F9A25B

Color information

#F9A25B (or 0xF9A25B) is unknown color: approx Sandy Brown. HEX triplet: F9, A2 and 5B. RGB value is (249,162,91). Sum of RGB (Red+Green+Blue) = 249+162+91=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 91 (35.94% from 255 or 18.13% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A25B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A25B is #065DA4. Grayscale: #B4B4B4. Windows color (decimal): -417189 or 6005497. OLE color: 6005497.

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

Color convert

RGB24916291-
CMYK00.350.630.02
HSL26.96º92.94%66.67%-
HSV(B)26.96º63.45%97.65%-
XYZ53.8846.7416.08-
YUV179.9277.82177.27-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.60%
GREEN value IS 162 (63.67% from 255) = 32.27%
BLUE value IS 91 (35.94% from 255) = 18.13%
R=49.60%
G=32.27%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491629100.350.630.0226.9692.9466.67
HexF9A25B0233F21b5d43
Octal37124213304377233135103
Binary111110011010001010110110100011111111101101110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A25B; }

 p { color: rgb(249,162,91); }

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

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

 a { background-color: rgb(249,162,91); }

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

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

 span { border-color: rgb(249,162,91); }

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