Html Css Color HEX #FBA455 Sandy Brown

📋 copy color: '#FBA455'

red 251 ◦ green 164 ◦ blue 85

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

Shades of Sandy Brown #FBA455

Tints of Sandy Brown #FBA455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17%

R = 50.2%
G = 32.8%
B = 17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FBA455 (or 0xFBA455) is known color: Sandy Brown. HEX triplet: FB, A4 and 55. RGB value is (251,164,85). Sum of RGB (Red+Green+Blue) = 251+164+85=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 85 (33.59% from 255 or 17% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA455 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA455 is #045BAA. Grayscale: #B5B5B5. Windows color (decimal): -285611 or 5612795. OLE color: 5612795.

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

Color convert

RGB 251 164 85 -
CMYK 0 0.35 0.66 0.02
HSL 28.55º 0.95% 0.66% -
HSV(B) 28.55º 0.66% 0.98% -
XYZ 54.7 47.72 14.92 -
YUV 181.01 73.82 177.92 -
System Red Green Blue C M Y K H S L
Decimal 251 164 85 0 0.35 0.66 0.02 28.55 0.95 0.66
Hex FB A4 55 0 23 42 2 1D 5F 42
Octal 373 244 125 0 43 102 2 35 137 102
Binary 11111011 10100100 1010101 0 100011 1000010 10 11101 1011111 1000010

Color Harmonies of #FBA455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA455

Black with #FBA455

Text Example


Text Example

White with #FBA455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA455; }

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

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

background-color css

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

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

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

border-color css

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

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

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