Html Css Color HEX #FFA15A Sandy Brown

📋 copy color: '#FFA15A'

red 255 ◦ green 161 ◦ blue 90

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

Shades of Sandy Brown #FFA15A

Tints of Sandy Brown #FFA15A

RGB

 RED value IS 255 (100% from 255) = 50.4%

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

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

R = 50.4%
G = 31.82%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFA15A (or 0xFFA15A) is known color: Sandy Brown. HEX triplet: FF, A1 and 5A. RGB value is (255,161,90). Sum of RGB (Red+Green+Blue) = 255+161+90=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 90 (35.55% from 255 or 17.79% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA15A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA15A is #005EA5. Grayscale: #B5B5B5. Windows color (decimal): -24230 or 5939711. OLE color: 5939711.

HSL color Cylindrical-coordinate representation of color #FFA15A: hue angle of 25.82º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFA15A is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB 255 161 90 -
CMYK 0 0.37 0.65 0
HSL 25.82º 1% 0.68% -
HSV(B) 25.82º 0.65% 1% -
XYZ 55.83 47.49 15.9 -
YUV 181.01 76.64 180.77 -
System Red Green Blue C M Y K H S L
Decimal 255 161 90 0 0.37 0.65 0 25.82 1 0.68
Hex FF A1 5A 0 25 41 0 1A 64 44
Octal 377 241 132 0 45 101 0 32 144 104
Binary 11111111 10100001 1011010 0 100101 1000001 0 11010 1100100 1000100

Color Harmonies of #FFA15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA15A

Black with #FFA15A

Text Example


Text Example

White with #FFA15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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