Html Css Color HEX #FAA55F Sandy Brown

📋 copy color: '#FAA55F'

red 250 ◦ green 165 ◦ blue 95

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

Shades of Sandy Brown #FAA55F

Tints of Sandy Brown #FAA55F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.35%

 BLUE value IS 95 (37.5% from 255) = 18.63%

R = 49.02%
G = 32.35%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAA55F (or 0xFAA55F) is known color: Sandy Brown. HEX triplet: FA, A5 and 5F. RGB value is (250,165,95). Sum of RGB (Red+Green+Blue) = 250+165+95=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 95 (37.5% from 255 or 18.63% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA55F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA55F is #055AA0. Grayscale: #B6B6B6. Windows color (decimal): -350881 or 6268410. OLE color: 6268410.

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

Color convert

RGB 250 165 95 -
CMYK 0 0.34 0.62 0.02
HSL 27.1º 0.94% 0.68% -
HSV(B) 27.1º 0.62% 0.98% -
XYZ 54.95 48.06 17.21 -
YUV 182.44 78.66 176.19 -
System Red Green Blue C M Y K H S L
Decimal 250 165 95 0 0.34 0.62 0.02 27.1 0.94 0.68
Hex FA A5 5F 0 22 3E 2 1B 5E 44
Octal 372 245 137 0 42 76 2 33 136 104
Binary 11111010 10100101 1011111 0 100010 111110 10 11011 1011110 1000100

Color Harmonies of #FAA55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA55F

Black with #FAA55F

Text Example


Text Example

White with #FAA55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA55F; }

 p { color: rgb(250,165,95); }

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

background-color css

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

 a { background-color: rgb(250,165,95); }

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

border-color css

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

 span { border-color: rgb(250,165,95); }

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