Html Css Color HEX #FBA45A Sandy Brown

📋 copy color: '#FBA45A'

red 251 ◦ green 164 ◦ blue 90

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

Shades of Sandy Brown #FBA45A

Tints of Sandy Brown #FBA45A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.82%

R = 49.7%
G = 32.48%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FBA45A (or 0xFBA45A) is known color: Sandy Brown. HEX triplet: FB, A4 and 5A. RGB value is (251,164,90). Sum of RGB (Red+Green+Blue) = 251+164+90=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 90 (35.55% from 255 or 17.82% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA45A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA45A is #045BA5. Grayscale: #B5B5B5. Windows color (decimal): -285606 or 5940475. OLE color: 5940475.

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

Color convert

RGB 251 164 90 -
CMYK 0 0.35 0.64 0.02
HSL 27.58º 0.95% 0.67% -
HSV(B) 27.58º 0.64% 0.98% -
XYZ 54.9 47.8 16.01 -
YUV 181.58 76.32 177.52 -
System Red Green Blue C M Y K H S L
Decimal 251 164 90 0 0.35 0.64 0.02 27.58 0.95 0.67
Hex FB A4 5A 0 23 40 2 1C 5F 43
Octal 373 244 132 0 43 100 2 34 137 103
Binary 11111011 10100100 1011010 0 100011 1000000 10 11100 1011111 1000011

Color Harmonies of #FBA45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA45A

Black with #FBA45A

Text Example


Text Example

White with #FBA45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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