Html Css Color HEX #FBA461 Sandy Brown

📋 copy color: '#FBA461'

red 251 ◦ green 164 ◦ blue 97

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

Shades of Sandy Brown #FBA461

Tints of Sandy Brown #FBA461

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.03%

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

R = 49.02%
G = 32.03%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FBA461 (or 0xFBA461) is known color: Sandy Brown. HEX triplet: FB, A4 and 61. RGB value is (251,164,97). Sum of RGB (Red+Green+Blue) = 251+164+97=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 97 (38.28% from 255 or 18.95% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA461 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA461 is #045B9E. Grayscale: #B6B6B6. Windows color (decimal): -285599 or 6399227. OLE color: 6399227.

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

Color convert

RGB 251 164 97 -
CMYK 0 0.35 0.61 0.02
HSL 26.1º 0.95% 0.68% -
HSV(B) 26.1º 0.61% 0.98% -
XYZ 55.22 47.92 17.65 -
YUV 182.38 79.82 176.95 -
System Red Green Blue C M Y K H S L
Decimal 251 164 97 0 0.35 0.61 0.02 26.1 0.95 0.68
Hex FB A4 61 0 23 3D 2 1A 5F 44
Octal 373 244 141 0 43 75 2 32 137 104
Binary 11111011 10100100 1100001 0 100011 111101 10 11010 1011111 1000100

Color Harmonies of #FBA461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA461

Black with #FBA461

Text Example


Text Example

White with #FBA461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA461; }

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

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

background-color css

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

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

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

border-color css

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

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

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