Html Css Color HEX #F9A864 Sandy Brown

📋 copy color: '#F9A864'

red 249 ◦ green 168 ◦ blue 100

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

Shades of Sandy Brown #F9A864

Tints of Sandy Brown #F9A864

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.5%

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

R = 48.16%
G = 32.5%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#F9A864 (or 0xF9A864) is known color: Sandy Brown. HEX triplet: F9, A8 and 64. RGB value is (249,168,100). Sum of RGB (Red+Green+Blue) = 249+168+100=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A864 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A864 is #06579B. Grayscale: #B8B8B8. Windows color (decimal): -415644 or 6596857. OLE color: 6596857.

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

Color convert

RGB 249 168 100 -
CMYK 0 0.33 0.60 0.02
HSL 27.38º 0.93% 0.68% -
HSV(B) 27.38º 0.6% 0.98% -
XYZ 55.37 49.07 18.61 -
YUV 184.47 80.34 174.03 -
System Red Green Blue C M Y K H S L
Decimal 249 168 100 0 0.33 0.60 0.02 27.38 0.93 0.68
Hex F9 A8 64 0 21 3C 2 1B 5D 44
Octal 371 250 144 0 41 74 2 33 135 104
Binary 11111001 10101000 1100100 0 100001 111100 10 11011 1011101 1000100

Color Harmonies of #F9A864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A864

Black with #F9A864

Text Example


Text Example

White with #F9A864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A864; }

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

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

background-color css

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

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

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

border-color css

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

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

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