Html Css Color HEX #F9A064 Sandy Brown

📋 copy color: '#F9A064'

red 249 ◦ green 160 ◦ blue 100

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

Shades of Sandy Brown #F9A064

Tints of Sandy Brown #F9A064

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.43%

 BLUE value IS 100 (39.45% from 255) = 19.65%

R = 48.92%
G = 31.43%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#F9A064 (or 0xF9A064) is known color: Sandy Brown. HEX triplet: F9, A0 and 64. RGB value is (249,160,100). Sum of RGB (Red+Green+Blue) = 249+160+100=509 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.92% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A064 is #065F9B. Grayscale: #B4B4B4. Windows color (decimal): -417692 or 6594809. OLE color: 6594809.

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

Color convert

RGB 249 160 100 -
CMYK 0 0.36 0.60 0.02
HSL 24.16º 0.93% 0.68% -
HSV(B) 24.16º 0.6% 0.98% -
XYZ 53.94 46.2 18.13 -
YUV 179.77 82.99 177.38 -
System Red Green Blue C M Y K H S L
Decimal 249 160 100 0 0.36 0.60 0.02 24.16 0.93 0.68
Hex F9 A0 64 0 24 3C 2 18 5D 44
Octal 371 240 144 0 44 74 2 30 135 104
Binary 11111001 10100000 1100100 0 100100 111100 10 11000 1011101 1000100

Color Harmonies of #F9A064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A064

Black with #F9A064

Text Example


Text Example

White with #F9A064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A064; }

 p { color: rgb(249,160,100); }

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

background-color css

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

 a { background-color: rgb(249,160,100); }

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

border-color css

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

 span { border-color: rgb(249,160,100); }

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