Html Css Color HEX #FBA258 Sandy Brown

📋 copy color: '#FBA258'

red 251 ◦ green 162 ◦ blue 88

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

Shades of Sandy Brown #FBA258

Tints of Sandy Brown #FBA258

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.34%

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

R = 50.1%
G = 32.34%
B = 17.56%

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

#FBA258 (or 0xFBA258) is known color: Sandy Brown. HEX triplet: FB, A2 and 58. RGB value is (251,162,88). Sum of RGB (Red+Green+Blue) = 251+162+88=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 88 (34.77% from 255 or 17.56% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA258 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA258 is #045DA7. Grayscale: #B4B4B4. Windows color (decimal): -286120 or 5808891. OLE color: 5808891.

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

Color convert

RGB 251 162 88 -
CMYK 0 0.35 0.65 0.02
HSL 27.24º 0.95% 0.66% -
HSV(B) 27.24º 0.65% 0.98% -
XYZ 54.47 47.05 15.44 -
YUV 180.18 75.99 178.52 -
System Red Green Blue C M Y K H S L
Decimal 251 162 88 0 0.35 0.65 0.02 27.24 0.95 0.66
Hex FB A2 58 0 23 41 2 1B 5F 42
Octal 373 242 130 0 43 101 2 33 137 102
Binary 11111011 10100010 1011000 0 100011 1000001 10 11011 1011111 1000010

Color Harmonies of #FBA258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA258

Black with #FBA258

Text Example


Text Example

White with #FBA258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA258; }

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

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

background-color css

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

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

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

border-color css

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

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

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