Html Css Color HEX #FBA45B Sandy Brown

📋 copy color: '#FBA45B'

red 251 ◦ green 164 ◦ blue 91

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

Shades of Sandy Brown #FBA45B

Tints of Sandy Brown #FBA45B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.98%

R = 49.6%
G = 32.41%
B = 17.98%

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

#FBA45B (or 0xFBA45B) is known color: Sandy Brown. HEX triplet: FB, A4 and 5B. RGB value is (251,164,91). Sum of RGB (Red+Green+Blue) = 251+164+91=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 91 (35.94% from 255 or 17.98% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA45B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA45B is #045BA4. Grayscale: #B6B6B6. Windows color (decimal): -285605 or 6006011. OLE color: 6006011.

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

Color convert

RGB 251 164 91 -
CMYK 0 0.35 0.64 0.02
HSL 27.38º 0.95% 0.67% -
HSV(B) 27.38º 0.64% 0.98% -
XYZ 54.95 47.82 16.23 -
YUV 181.69 76.82 177.44 -
System Red Green Blue C M Y K H S L
Decimal 251 164 91 0 0.35 0.64 0.02 27.38 0.95 0.67
Hex FB A4 5B 0 23 40 2 1B 5F 43
Octal 373 244 133 0 43 100 2 33 137 103
Binary 11111011 10100100 1011011 0 100011 1000000 10 11011 1011111 1000011

Color Harmonies of #FBA45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA45B

Black with #FBA45B

Text Example


Text Example

White with #FBA45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA45B; }

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

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

background-color css

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

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

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

border-color css

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

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

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