#FBA15C

Color #FBA15C Sandy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandy Brown #FBA15C

Tints of Sandy Brown #FBA15C

Color information

#FBA15C (or 0xFBA15C) is unknown color: approx Sandy Brown. HEX triplet: FB, A1 and 5C. RGB value is (251,161,92). Sum of RGB (Red+Green+Blue) = 251+161+92=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 92 (36.33% from 255 or 18.25% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA15C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA15C is #045EA3. Grayscale: #B4B4B4. Windows color (decimal): -286372 or 6070779. OLE color: 6070779.

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

Color convert

RGB25116192-
CMYK00.360.630.02
HSL26.04º95.21%67.25%-
HSV(B)26.04º63.35%98.43%-
XYZ54.4646.7716.28-
YUV180.0478.32178.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.80%
GREEN value IS 161 (63.28% from 255) = 31.94%
BLUE value IS 92 (36.33% from 255) = 18.25%
R=49.80%
G=31.94%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511619200.360.630.0226.0495.2167.25
HexFBA15C0243F21a5f43
Octal37324113404477232137103
Binary111110111010000110111000100100111111101101010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA15C; }

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

 H1.HeaderClassName
 {
   color: #FBA15C;
 }
 .AnyTagClassName
 {
   color: #FBA15C;
 }
</style>
background-color css

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

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

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

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

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

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