Html Css Color HEX #FBA256 Sandy Brown

📋 copy color: '#FBA256'

red 251 ◦ green 162 ◦ blue 86

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

Shades of Sandy Brown #FBA256

Tints of Sandy Brown #FBA256

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.46%

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

R = 50.3%
G = 32.46%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FBA256 (or 0xFBA256) is known color: Sandy Brown. HEX triplet: FB, A2 and 56. RGB value is (251,162,86). Sum of RGB (Red+Green+Blue) = 251+162+86=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 86 (33.98% from 255 or 17.23% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA256 is #045DA9. Grayscale: #B4B4B4. Windows color (decimal): -286122 or 5677819. OLE color: 5677819.

HSL color Cylindrical-coordinate representation of color #FBA256: hue angle of 27.64º 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 #FBA256 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 162 86 -
CMYK 0 0.35 0.66 0.02
HSL 27.64º 0.95% 0.66% -
HSV(B) 27.64º 0.66% 0.98% -
XYZ 54.38 47.02 15.01 -
YUV 179.95 74.99 178.68 -
System Red Green Blue C M Y K H S L
Decimal 251 162 86 0 0.35 0.66 0.02 27.64 0.95 0.66
Hex FB A2 56 0 23 42 2 1C 5F 42
Octal 373 242 126 0 43 102 2 34 137 102
Binary 11111011 10100010 1010110 0 100011 1000010 10 11100 1011111 1000010

Color Harmonies of #FBA256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA256

Black with #FBA256

Text Example


Text Example

White with #FBA256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA256; }

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

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

background-color css

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

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

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

border-color css

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

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

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