Html Css Color HEX #FBA466 Sandy Brown

📋 copy color: '#FBA466'

red 251 ◦ green 164 ◦ blue 102

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

Shades of Sandy Brown #FBA466

Tints of Sandy Brown #FBA466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.73%

R = 48.55%
G = 31.72%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FBA466 (or 0xFBA466) is known color: Sandy Brown. HEX triplet: FB, A4 and 66. RGB value is (251,164,102). Sum of RGB (Red+Green+Blue) = 251+164+102=517 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.55% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 102 (40.23% from 255 or 19.73% from 517); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA466 is #045B99. Grayscale: #B7B7B7. Windows color (decimal): -285594 or 6726907. OLE color: 6726907.

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

Color convert

RGB 251 164 102 -
CMYK 0 0.35 0.59 0.02
HSL 24.97º 0.95% 0.69% -
HSV(B) 24.97º 0.59% 0.98% -
XYZ 55.46 48.02 18.92 -
YUV 182.95 82.32 176.54 -
System Red Green Blue C M Y K H S L
Decimal 251 164 102 0 0.35 0.59 0.02 24.97 0.95 0.69
Hex FB A4 66 0 23 3B 2 19 5F 45
Octal 373 244 146 0 43 73 2 31 137 105
Binary 11111011 10100100 1100110 0 100011 111011 10 11001 1011111 1000101

Color Harmonies of #FBA466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA466

Black with #FBA466

Text Example


Text Example

White with #FBA466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA466; }

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

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

background-color css

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

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

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

border-color css

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

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

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