Html Css Color HEX #FBA165 Sandy Brown

📋 copy color: '#FBA165'

red 251 ◦ green 161 ◦ blue 101

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

Shades of Sandy Brown #FBA165

Tints of Sandy Brown #FBA165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.69%

R = 48.93%
G = 31.38%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FBA165 (or 0xFBA165) is known color: Sandy Brown. HEX triplet: FB, A1 and 65. RGB value is (251,161,101). Sum of RGB (Red+Green+Blue) = 251+161+101=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 101 (39.84% from 255 or 19.69% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA165 is #045E9A. Grayscale: #B5B5B5. Windows color (decimal): -286363 or 6660603. OLE color: 6660603.

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

Color convert

RGB 251 161 101 -
CMYK 0 0.36 0.60 0.02
HSL 24º 0.95% 0.69% -
HSV(B) 24º 0.6% 0.98% -
XYZ 54.88 46.94 18.48 -
YUV 181.07 82.82 177.88 -
System Red Green Blue C M Y K H S L
Decimal 251 161 101 0 0.36 0.60 0.02 24 0.95 0.69
Hex FB A1 65 0 24 3C 2 18 5F 45
Octal 373 241 145 0 44 74 2 30 137 105
Binary 11111011 10100001 1100101 0 100100 111100 10 11000 1011111 1000101

Color Harmonies of #FBA165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA165

Black with #FBA165

Text Example


Text Example

White with #FBA165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA165; }

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

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

background-color css

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

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

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

border-color css

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

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

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