Html Css Color HEX #FBA355 Sandy Brown

📋 copy color: '#FBA355'

red 251 ◦ green 163 ◦ blue 85

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

Shades of Sandy Brown #FBA355

Tints of Sandy Brown #FBA355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.03%

R = 50.3%
G = 32.67%
B = 17.03%

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

#FBA355 (or 0xFBA355) is known color: Sandy Brown. HEX triplet: FB, A3 and 55. RGB value is (251,163,85). Sum of RGB (Red+Green+Blue) = 251+163+85=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 85 (33.59% from 255 or 17.03% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA355 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA355 is #045CAA. Grayscale: #B4B4B4. Windows color (decimal): -285867 or 5612539. OLE color: 5612539.

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

Color convert

RGB 251 163 85 -
CMYK 0 0.35 0.66 0.02
HSL 28.19º 0.95% 0.66% -
HSV(B) 28.19º 0.66% 0.98% -
XYZ 54.52 47.36 14.86 -
YUV 180.42 74.15 178.34 -
System Red Green Blue C M Y K H S L
Decimal 251 163 85 0 0.35 0.66 0.02 28.19 0.95 0.66
Hex FB A3 55 0 23 42 2 1C 5F 42
Octal 373 243 125 0 43 102 2 34 137 102
Binary 11111011 10100011 1010101 0 100011 1000010 10 11100 1011111 1000010

Color Harmonies of #FBA355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA355

Black with #FBA355

Text Example


Text Example

White with #FBA355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA355; }

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

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

background-color css

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

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

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

border-color css

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

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

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