#F9A15F

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

Shades of Sandy Brown #F9A15F

Tints of Sandy Brown #F9A15F

Color information

#F9A15F (or 0xF9A15F) is unknown color: approx Sandy Brown. HEX triplet: F9, A1 and 5F. RGB value is (249,161,95). Sum of RGB (Red+Green+Blue) = 249+161+95=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 95 (37.5% from 255 or 18.81% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A15F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A15F is #065EA0. Grayscale: #B4B4B4. Windows color (decimal): -417441 or 6267385. OLE color: 6267385.

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

Color convert

RGB24916195-
CMYK00.350.620.02
HSL25.71º92.77%67.45%-
HSV(B)25.71º61.85%97.65%-
XYZ53.8846.4616.95-
YUV179.7980.15177.37-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.31%
GREEN value IS 161 (63.28% from 255) = 31.88%
BLUE value IS 95 (37.5% from 255) = 18.81%
R=49.31%
G=31.88%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491619500.350.620.0225.7192.7767.45
HexF9A15F0233E21a5d43
Octal37124113704376232135103
Binary111110011010000110111110100011111110101101010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A15F; }

 p { color: rgb(249,161,95); }

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

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

 a { background-color: rgb(249,161,95); }

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

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

 span { border-color: rgb(249,161,95); }

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