Html Css Color HEX #F9A066 Sandy Brown

📋 copy color: '#F9A066'

red 249 ◦ green 160 ◦ blue 102

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

Shades of Sandy Brown #F9A066

Tints of Sandy Brown #F9A066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.96%

R = 48.73%
G = 31.31%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F9A066 (or 0xF9A066) is known color: Sandy Brown. HEX triplet: F9, A0 and 66. RGB value is (249,160,102). Sum of RGB (Red+Green+Blue) = 249+160+102=511 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.73% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 102 (40.23% from 255 or 19.96% from 511); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A066 is #065F99. Grayscale: #B4B4B4. Windows color (decimal): -417690 or 6725881. OLE color: 6725881.

HSL color Cylindrical-coordinate representation of color #F9A066: hue angle of 23.67º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F9A066 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 160 102 -
CMYK 0 0.36 0.59 0.02
HSL 23.67º 0.92% 0.69% -
HSV(B) 23.67º 0.59% 0.98% -
XYZ 54.04 46.24 18.65 -
YUV 180 83.99 177.22 -
System Red Green Blue C M Y K H S L
Decimal 249 160 102 0 0.36 0.59 0.02 23.67 0.92 0.69
Hex F9 A0 66 0 24 3B 2 18 5C 45
Octal 371 240 146 0 44 73 2 30 134 105
Binary 11111001 10100000 1100110 0 100100 111011 10 11000 1011100 1000101

Color Harmonies of #F9A066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A066

Black with #F9A066

Text Example


Text Example

White with #F9A066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A066; }

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

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

background-color css

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

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

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

border-color css

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

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

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