Html Css Color HEX #FBA164 Sandy Brown

📋 copy color: '#FBA164'

red 251 ◦ green 161 ◦ blue 100

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

Shades of Sandy Brown #FBA164

Tints of Sandy Brown #FBA164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.53%

R = 49.02%
G = 31.45%
B = 19.53%

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

#FBA164 (or 0xFBA164) is known color: Sandy Brown. HEX triplet: FB, A1 and 64. RGB value is (251,161,100). Sum of RGB (Red+Green+Blue) = 251+161+100=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 100 (39.45% from 255 or 19.53% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA164 is #045E9B. Grayscale: #B5B5B5. Windows color (decimal): -286364 or 6595067. OLE color: 6595067.

HSL color Cylindrical-coordinate representation of color #FBA164: hue angle of 24.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 #FBA164 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 161 100 -
CMYK 0 0.36 0.60 0.02
HSL 24.24º 0.95% 0.69% -
HSV(B) 24.24º 0.6% 0.98% -
XYZ 54.83 46.92 18.22 -
YUV 180.96 82.32 177.96 -
System Red Green Blue C M Y K H S L
Decimal 251 161 100 0 0.36 0.60 0.02 24.24 0.95 0.69
Hex FB A1 64 0 24 3C 2 18 5F 45
Octal 373 241 144 0 44 74 2 30 137 105
Binary 11111011 10100001 1100100 0 100100 111100 10 11000 1011111 1000101

Color Harmonies of #FBA164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA164

Black with #FBA164

Text Example


Text Example

White with #FBA164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA164; }

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

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

background-color css

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

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

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

border-color css

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

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

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