Html Css Color HEX #FBA458 Sandy Brown

📋 copy color: '#FBA458'

red 251 ◦ green 164 ◦ blue 88

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

Shades of Sandy Brown #FBA458

Tints of Sandy Brown #FBA458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.5%

R = 49.9%
G = 32.6%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FBA458 (or 0xFBA458) is known color: Sandy Brown. HEX triplet: FB, A4 and 58. RGB value is (251,164,88). Sum of RGB (Red+Green+Blue) = 251+164+88=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 88 (34.77% from 255 or 17.50% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA458 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA458 is #045BA7. Grayscale: #B5B5B5. Windows color (decimal): -285608 or 5809403. OLE color: 5809403.

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

Color convert

RGB 251 164 88 -
CMYK 0 0.35 0.65 0.02
HSL 27.98º 0.95% 0.66% -
HSV(B) 27.98º 0.65% 0.98% -
XYZ 54.82 47.76 15.56 -
YUV 181.35 75.32 177.68 -
System Red Green Blue C M Y K H S L
Decimal 251 164 88 0 0.35 0.65 0.02 27.98 0.95 0.66
Hex FB A4 58 0 23 41 2 1C 5F 42
Octal 373 244 130 0 43 101 2 34 137 102
Binary 11111011 10100100 1011000 0 100011 1000001 10 11100 1011111 1000010

Color Harmonies of #FBA458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA458

Black with #FBA458

Text Example


Text Example

White with #FBA458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA458; }

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

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

background-color css

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

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

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

border-color css

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

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

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