Html Css Color HEX #FBA660 Sandy Brown

📋 copy color: '#FBA660'

red 251 ◦ green 166 ◦ blue 96

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

Shades of Sandy Brown #FBA660

Tints of Sandy Brown #FBA660

RGB

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

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

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

R = 48.93%
G = 32.36%
B = 18.71%

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

#FBA660 (or 0xFBA660) is known color: Sandy Brown. HEX triplet: FB, A6 and 60. RGB value is (251,166,96). Sum of RGB (Red+Green+Blue) = 251+166+96=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 96 (37.89% from 255 or 18.71% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA660 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA660 is #04599F. Grayscale: #B7B7B7. Windows color (decimal): -285088 or 6334203. OLE color: 6334203.

HSL color Cylindrical-coordinate representation of color #FBA660: hue angle of 27.1º degrees, saturation: 0.95, 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 #FBA660 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 166 96 -
CMYK 0 0.34 0.62 0.02
HSL 27.1º 0.95% 0.68% -
HSV(B) 27.1º 0.62% 0.98% -
XYZ 55.53 48.63 17.53 -
YUV 183.44 78.66 176.19 -
System Red Green Blue C M Y K H S L
Decimal 251 166 96 0 0.34 0.62 0.02 27.1 0.95 0.68
Hex FB A6 60 0 22 3E 2 1B 5F 44
Octal 373 246 140 0 42 76 2 33 137 104
Binary 11111011 10100110 1100000 0 100010 111110 10 11011 1011111 1000100

Color Harmonies of #FBA660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA660

Black with #FBA660

Text Example


Text Example

White with #FBA660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA660; }

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

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

background-color css

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

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

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

border-color css

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

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

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