Html Css Color HEX #FBA157 Sandy Brown

📋 copy color: '#FBA157'

red 251 ◦ green 161 ◦ blue 87

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

Shades of Sandy Brown #FBA157

Tints of Sandy Brown #FBA157

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.26%

 BLUE value IS 87 (34.38% from 255) = 17.43%

R = 50.3%
G = 32.26%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FBA157 (or 0xFBA157) is known color: Sandy Brown. HEX triplet: FB, A1 and 57. RGB value is (251,161,87). Sum of RGB (Red+Green+Blue) = 251+161+87=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 87 (34.38% from 255 or 17.43% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA157 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA157 is #045EA8. Grayscale: #B3B3B3. Windows color (decimal): -286377 or 5743099. OLE color: 5743099.

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

Color convert

RGB 251 161 87 -
CMYK 0 0.36 0.65 0.02
HSL 27.07º 0.95% 0.66% -
HSV(B) 27.07º 0.65% 0.98% -
XYZ 54.25 46.69 15.17 -
YUV 179.47 75.82 179.02 -
System Red Green Blue C M Y K H S L
Decimal 251 161 87 0 0.36 0.65 0.02 27.07 0.95 0.66
Hex FB A1 57 0 24 41 2 1B 5F 42
Octal 373 241 127 0 44 101 2 33 137 102
Binary 11111011 10100001 1010111 0 100100 1000001 10 11011 1011111 1000010

Color Harmonies of #FBA157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA157

Black with #FBA157

Text Example


Text Example

White with #FBA157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA157; }

 p { color: rgb(251,161,87); }

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

background-color css

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

 a { background-color: rgb(251,161,87); }

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

border-color css

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

 span { border-color: rgb(251,161,87); }

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