Html Css Color HEX #FBA063 Sandy Brown

📋 copy color: '#FBA063'

red 251 ◦ green 160 ◦ blue 99

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

Shades of Sandy Brown #FBA063

Tints of Sandy Brown #FBA063

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.37%

 BLUE value IS 99 (39.06% from 255) = 19.41%

R = 49.22%
G = 31.37%
B = 19.41%

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

#FBA063 (or 0xFBA063) is known color: Sandy Brown. HEX triplet: FB, A0 and 63. RGB value is (251,160,99). Sum of RGB (Red+Green+Blue) = 251+160+99=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 99 (39.06% from 255 or 19.41% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA063 is #045F9C. Grayscale: #B4B4B4. Windows color (decimal): -286621 or 6529275. OLE color: 6529275.

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

Color convert

RGB 251 160 99 -
CMYK 0 0.36 0.61 0.02
HSL 24.08º 0.95% 0.69% -
HSV(B) 24.08º 0.61% 0.98% -
XYZ 54.61 46.55 17.91 -
YUV 180.26 82.15 178.46 -
System Red Green Blue C M Y K H S L
Decimal 251 160 99 0 0.36 0.61 0.02 24.08 0.95 0.69
Hex FB A0 63 0 24 3D 2 18 5F 45
Octal 373 240 143 0 44 75 2 30 137 105
Binary 11111011 10100000 1100011 0 100100 111101 10 11000 1011111 1000101

Color Harmonies of #FBA063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA063

Black with #FBA063

Text Example


Text Example

White with #FBA063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA063; }

 p { color: rgb(251,160,99); }

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

background-color css

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

 a { background-color: rgb(251,160,99); }

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

border-color css

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

 span { border-color: rgb(251,160,99); }

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