Html Css Color HEX #F9A560 Sandy Brown

📋 copy color: '#F9A560'

red 249 ◦ green 165 ◦ blue 96

#F9A560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandy Brown #F9A560

Tints of Sandy Brown #F9A560

RGB

 RED value IS 249 (97.66% from 255) = 48.82%

 GREEN value IS 165 (64.84% from 255) = 32.35%

 BLUE value IS 96 (37.89% from 255) = 18.82%

R = 48.82%
G = 32.35%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#F9A560 (or 0xF9A560) is known color: Sandy Brown. HEX triplet: F9, A5 and 60. RGB value is (249,165,96). Sum of RGB (Red+Green+Blue) = 249+165+96=510 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.82% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 96 (37.89% from 255 or 18.82% from 510); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A560 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A560 is #065A9F. Grayscale: #B6B6B6. Windows color (decimal): -416416 or 6333945. OLE color: 6333945.

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

Color convert

RGB 249 165 96 -
CMYK 0 0.34 0.61 0.02
HSL 27.06º 0.93% 0.68% -
HSV(B) 27.06º 0.61% 0.98% -
XYZ 54.63 47.89 17.43 -
YUV 182.25 79.33 175.61 -
System Red Green Blue C M Y K H S L
Decimal 249 165 96 0 0.34 0.61 0.02 27.06 0.93 0.68
Hex F9 A5 60 0 22 3D 2 1B 5D 44
Octal 371 245 140 0 42 75 2 33 135 104
Binary 11111001 10100101 1100000 0 100010 111101 10 11011 1011101 1000100

Color Harmonies of #F9A560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A560

Black with #F9A560

Text Example


Text Example

White with #F9A560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A560; }

 p { color: rgb(249,165,96); }

 H1.HeaderClassName
 {
   color: #F9A560;
 }
 .AnyTagClassName
 {
   color: #F9A560;
 }
</style>

background-color css

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

 a { background-color: rgb(249,165,96); }

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

border-color css

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

 span { border-color: rgb(249,165,96); }

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