Html Css Color HEX #FAA15B Sandy Brown

📋 copy color: '#FAA15B'

red 250 ◦ green 161 ◦ blue 91

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

Shades of Sandy Brown #FAA15B

Tints of Sandy Brown #FAA15B

RGB

 RED value IS 250 (98.05% from 255) = 49.8%

 GREEN value IS 161 (63.28% from 255) = 32.07%

 BLUE value IS 91 (35.94% from 255) = 18.13%

R = 49.8%
G = 32.07%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAA15B (or 0xFAA15B) is known color: Sandy Brown. HEX triplet: FA, A1 and 5B. RGB value is (250,161,91). Sum of RGB (Red+Green+Blue) = 250+161+91=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 91 (35.94% from 255 or 18.13% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA15B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA15B is #055EA4. Grayscale: #B4B4B4. Windows color (decimal): -351909 or 6005242. OLE color: 6005242.

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

Color convert

RGB 250 161 91 -
CMYK 0 0.36 0.64 0.02
HSL 26.42º 0.94% 0.67% -
HSV(B) 26.42º 0.64% 0.98% -
XYZ 54.06 46.57 16.04 -
YUV 179.63 77.99 178.19 -
System Red Green Blue C M Y K H S L
Decimal 250 161 91 0 0.36 0.64 0.02 26.42 0.94 0.67
Hex FA A1 5B 0 24 40 2 1A 5E 43
Octal 372 241 133 0 44 100 2 32 136 103
Binary 11111010 10100001 1011011 0 100100 1000000 10 11010 1011110 1000011

Color Harmonies of #FAA15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA15B

Black with #FAA15B

Text Example


Text Example

White with #FAA15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA15B; }

 p { color: rgb(250,161,91); }

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

background-color css

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

 a { background-color: rgb(250,161,91); }

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

border-color css

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

 span { border-color: rgb(250,161,91); }

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