Html Css Color HEX #FBA15A Sandy Brown

📋 copy color: '#FBA15A'

red 251 ◦ green 161 ◦ blue 90

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

Shades of Sandy Brown #FBA15A

Tints of Sandy Brown #FBA15A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.07%

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

R = 50%
G = 32.07%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FBA15A (or 0xFBA15A) is known color: Sandy Brown. HEX triplet: FB, A1 and 5A. RGB value is (251,161,90). Sum of RGB (Red+Green+Blue) = 251+161+90=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 90 (35.55% from 255 or 17.93% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA15A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA15A is #045EA5. Grayscale: #B4B4B4. Windows color (decimal): -286374 or 5939707. OLE color: 5939707.

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

Color convert

RGB 251 161 90 -
CMYK 0 0.36 0.64 0.02
HSL 26.46º 0.95% 0.67% -
HSV(B) 26.46º 0.64% 0.98% -
XYZ 54.37 46.74 15.83 -
YUV 179.82 77.32 178.77 -
System Red Green Blue C M Y K H S L
Decimal 251 161 90 0 0.36 0.64 0.02 26.46 0.95 0.67
Hex FB A1 5A 0 24 40 2 1A 5F 43
Octal 373 241 132 0 44 100 2 32 137 103
Binary 11111011 10100001 1011010 0 100100 1000000 10 11010 1011111 1000011

Color Harmonies of #FBA15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA15A

Black with #FBA15A

Text Example


Text Example

White with #FBA15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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