Html Css Color HEX #FBA661 Sandy Brown

📋 copy color: '#FBA661'

red 251 ◦ green 166 ◦ blue 97

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

Shades of Sandy Brown #FBA661

Tints of Sandy Brown #FBA661

RGB

 RED value IS 251 (98.44% from 255) = 48.83%

 GREEN value IS 166 (65.23% from 255) = 32.3%

 BLUE value IS 97 (38.28% from 255) = 18.87%

R = 48.83%
G = 32.3%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FBA661 (or 0xFBA661) is known color: Sandy Brown. HEX triplet: FB, A6 and 61. RGB value is (251,166,97). Sum of RGB (Red+Green+Blue) = 251+166+97=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 97 (38.28% from 255 or 18.87% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA661 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA661 is #04599E. Grayscale: #B7B7B7. Windows color (decimal): -285087 or 6399739. OLE color: 6399739.

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

Color convert

RGB 251 166 97 -
CMYK 0 0.34 0.61 0.02
HSL 26.88º 0.95% 0.68% -
HSV(B) 26.88º 0.61% 0.98% -
XYZ 55.58 48.64 17.77 -
YUV 183.55 79.16 176.11 -
System Red Green Blue C M Y K H S L
Decimal 251 166 97 0 0.34 0.61 0.02 26.88 0.95 0.68
Hex FB A6 61 0 22 3D 2 1B 5F 44
Octal 373 246 141 0 42 75 2 33 137 104
Binary 11111011 10100110 1100001 0 100010 111101 10 11011 1011111 1000100

Color Harmonies of #FBA661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA661

Black with #FBA661

Text Example


Text Example

White with #FBA661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA661; }

 p { color: rgb(251,166,97); }

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

background-color css

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

 a { background-color: rgb(251,166,97); }

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

border-color css

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

 span { border-color: rgb(251,166,97); }

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