Html Css Color HEX #F1AD60 Sandy Brown

📋 copy color: '#F1AD60'

red 241 ◦ green 173 ◦ blue 96

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

Shades of Sandy Brown #F1AD60

Tints of Sandy Brown #F1AD60

RGB

 RED value IS 241 (94.53% from 255) = 47.25%

 GREEN value IS 173 (67.97% from 255) = 33.92%

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

R = 47.25%
G = 33.92%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F1AD60 (or 0xF1AD60) is known color: Sandy Brown. HEX triplet: F1, AD and 60. RGB value is (241,173,96). Sum of RGB (Red+Green+Blue) = 241+173+96=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 96 (37.89% from 255 or 18.82% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AD60 is #0E529F. Grayscale: #B8B8B8. Windows color (decimal): -938656 or 6335985. OLE color: 6335985.

HSL color Cylindrical-coordinate representation of color #F1AD60: hue angle of 31.86º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1AD60 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 173 96 -
CMYK 0 0.28 0.60 0.05
HSL 31.86º 0.84% 0.66% -
HSV(B) 31.86º 0.6% 0.95% -
XYZ 53.33 49.43 17.8 -
YUV 184.55 78.03 168.26 -
System Red Green Blue C M Y K H S L
Decimal 241 173 96 0 0.28 0.60 0.05 31.86 0.84 0.66
Hex F1 AD 60 0 1C 3C 5 20 54 42
Octal 361 255 140 0 34 74 5 40 124 102
Binary 11110001 10101101 1100000 0 11100 111100 101 100000 1010100 1000010

Color Harmonies of #F1AD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AD60

Black with #F1AD60

Text Example


Text Example

White with #F1AD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AD60; }

 p { color: rgb(241,173,96); }

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

background-color css

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

 a { background-color: rgb(241,173,96); }

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

border-color css

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

 span { border-color: rgb(241,173,96); }

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