Html Css Color HEX #FBA664 Sandy Brown

📋 copy color: '#FBA664'

red 251 ◦ green 166 ◦ blue 100

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

Shades of Sandy Brown #FBA664

Tints of Sandy Brown #FBA664

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.11%

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

R = 48.55%
G = 32.11%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FBA664 (or 0xFBA664) is known color: Sandy Brown. HEX triplet: FB, A6 and 64. RGB value is (251,166,100). Sum of RGB (Red+Green+Blue) = 251+166+100=517 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.55% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA664 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA664 is #04599B. Grayscale: #B8B8B8. Windows color (decimal): -285084 or 6596347. OLE color: 6596347.

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

Color convert

RGB 251 166 100 -
CMYK 0 0.34 0.60 0.02
HSL 26.23º 0.95% 0.69% -
HSV(B) 26.23º 0.6% 0.98% -
XYZ 55.72 48.7 18.52 -
YUV 183.89 80.66 175.87 -
System Red Green Blue C M Y K H S L
Decimal 251 166 100 0 0.34 0.60 0.02 26.23 0.95 0.69
Hex FB A6 64 0 22 3C 2 1A 5F 45
Octal 373 246 144 0 42 74 2 32 137 105
Binary 11111011 10100110 1100100 0 100010 111100 10 11010 1011111 1000101

Color Harmonies of #FBA664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA664

Black with #FBA664

Text Example


Text Example

White with #FBA664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA664; }

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

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

background-color css

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

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

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

border-color css

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

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

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