Html Css Color HEX #FBA056 Sandy Brown

📋 copy color: '#FBA056'

red 251 ◦ green 160 ◦ blue 86

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

Shades of Sandy Brown #FBA056

Tints of Sandy Brown #FBA056

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.19%

 BLUE value IS 86 (33.98% from 255) = 17.3%

R = 50.5%
G = 32.19%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FBA056 (or 0xFBA056) is known color: Sandy Brown. HEX triplet: FB, A0 and 56. RGB value is (251,160,86). Sum of RGB (Red+Green+Blue) = 251+160+86=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 86 (33.98% from 255 or 17.30% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA056 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA056 is #045FA9. Grayscale: #B3B3B3. Windows color (decimal): -286634 or 5677307. OLE color: 5677307.

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

Color convert

RGB 251 160 86 -
CMYK 0 0.36 0.66 0.02
HSL 26.91º 0.95% 0.66% -
HSV(B) 26.91º 0.66% 0.98% -
XYZ 54.03 46.32 14.9 -
YUV 178.77 75.65 179.52 -
System Red Green Blue C M Y K H S L
Decimal 251 160 86 0 0.36 0.66 0.02 26.91 0.95 0.66
Hex FB A0 56 0 24 42 2 1B 5F 42
Octal 373 240 126 0 44 102 2 33 137 102
Binary 11111011 10100000 1010110 0 100100 1000010 10 11011 1011111 1000010

Color Harmonies of #FBA056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA056

Black with #FBA056

Text Example


Text Example

White with #FBA056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA056; }

 p { color: rgb(251,160,86); }

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

background-color css

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

 a { background-color: rgb(251,160,86); }

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

border-color css

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

 span { border-color: rgb(251,160,86); }

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