Html Css Color HEX #FBA356 Sandy Brown

📋 copy color: '#FBA356'

red 251 ◦ green 163 ◦ blue 86

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

Shades of Sandy Brown #FBA356

Tints of Sandy Brown #FBA356

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.6%

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

R = 50.2%
G = 32.6%
B = 17.2%

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

#FBA356 (or 0xFBA356) is known color: Sandy Brown. HEX triplet: FB, A3 and 56. RGB value is (251,163,86). Sum of RGB (Red+Green+Blue) = 251+163+86=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 86 (33.98% from 255 or 17.2% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA356 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA356 is #045CA9. Grayscale: #B4B4B4. Windows color (decimal): -285866 or 5678075. OLE color: 5678075.

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

Color convert

RGB 251 163 86 -
CMYK 0 0.35 0.66 0.02
HSL 28º 0.95% 0.66% -
HSV(B) 28º 0.66% 0.98% -
XYZ 54.56 47.38 15.07 -
YUV 180.53 74.65 178.26 -
System Red Green Blue C M Y K H S L
Decimal 251 163 86 0 0.35 0.66 0.02 28 0.95 0.66
Hex FB A3 56 0 23 42 2 1C 5F 42
Octal 373 243 126 0 43 102 2 34 137 102
Binary 11111011 10100011 1010110 0 100011 1000010 10 11100 1011111 1000010

Color Harmonies of #FBA356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA356

Black with #FBA356

Text Example


Text Example

White with #FBA356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA356; }

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

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

background-color css

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

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

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

border-color css

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

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

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