Html Css Color HEX #FBA161 Sandy Brown

📋 copy color: '#FBA161'

red 251 ◦ green 161 ◦ blue 97

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

Shades of Sandy Brown #FBA161

Tints of Sandy Brown #FBA161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.06%

R = 49.31%
G = 31.63%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FBA161 (or 0xFBA161) is known color: Sandy Brown. HEX triplet: FB, A1 and 61. RGB value is (251,161,97). Sum of RGB (Red+Green+Blue) = 251+161+97=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 97 (38.28% from 255 or 19.06% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA161 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA161 is #045E9E. Grayscale: #B4B4B4. Windows color (decimal): -286367 or 6398459. OLE color: 6398459.

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

Color convert

RGB 251 161 97 -
CMYK 0 0.36 0.61 0.02
HSL 24.94º 0.95% 0.68% -
HSV(B) 24.94º 0.61% 0.98% -
XYZ 54.69 46.86 17.47 -
YUV 180.61 80.82 178.2 -
System Red Green Blue C M Y K H S L
Decimal 251 161 97 0 0.36 0.61 0.02 24.94 0.95 0.68
Hex FB A1 61 0 24 3D 2 19 5F 44
Octal 373 241 141 0 44 75 2 31 137 104
Binary 11111011 10100001 1100001 0 100100 111101 10 11001 1011111 1000100

Color Harmonies of #FBA161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA161

Black with #FBA161

Text Example


Text Example

White with #FBA161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA161; }

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

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

background-color css

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

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

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

border-color css

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

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

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