Html Css Color HEX #F5AA5E Sandy Brown

📋 copy color: '#F5AA5E'

red 245 ◦ green 170 ◦ blue 94

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

Shades of Sandy Brown #F5AA5E

Tints of Sandy Brown #F5AA5E

RGB

 RED value IS 245 (96.09% from 255) = 48.13%

 GREEN value IS 170 (66.8% from 255) = 33.4%

 BLUE value IS 94 (37.11% from 255) = 18.47%

R = 48.13%
G = 33.4%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5AA5E (or 0xF5AA5E) is known color: Sandy Brown. HEX triplet: F5, AA and 5E. RGB value is (245,170,94). Sum of RGB (Red+Green+Blue) = 245+170+94=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AA5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AA5E is #0A55A1. Grayscale: #B8B8B8. Windows color (decimal): -677282 or 6204149. OLE color: 6204149.

HSL color Cylindrical-coordinate representation of color #F5AA5E: hue angle of 30.2º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5AA5E is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 170 94 -
CMYK 0 0.31 0.62 0.04
HSL 30.2º 0.88% 0.66% -
HSV(B) 30.2º 0.62% 0.96% -
XYZ 54.05 48.97 17.19 -
YUV 183.76 77.35 171.68 -
System Red Green Blue C M Y K H S L
Decimal 245 170 94 0 0.31 0.62 0.04 30.2 0.88 0.66
Hex F5 AA 5E 0 1F 3E 4 1E 58 42
Octal 365 252 136 0 37 76 4 36 130 102
Binary 11110101 10101010 1011110 0 11111 111110 100 11110 1011000 1000010

Color Harmonies of #F5AA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AA5E

Black with #F5AA5E

Text Example


Text Example

White with #F5AA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AA5E; }

 p { color: rgb(245,170,94); }

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

background-color css

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

 a { background-color: rgb(245,170,94); }

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

border-color css

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

 span { border-color: rgb(245,170,94); }

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