Html Css Color HEX #FFA15F Sandy Brown

📋 copy color: '#FFA15F'

red 255 ◦ green 161 ◦ blue 95

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

Shades of Sandy Brown #FFA15F

Tints of Sandy Brown #FFA15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.59%

R = 49.9%
G = 31.51%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFA15F (or 0xFFA15F) is known color: Sandy Brown. HEX triplet: FF, A1 and 5F. RGB value is (255,161,95). Sum of RGB (Red+Green+Blue) = 255+161+95=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 95 (37.5% from 255 or 18.59% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA15F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA15F is #005EA0. Grayscale: #B5B5B5. Windows color (decimal): -24225 or 6267391. OLE color: 6267391.

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

Color convert

RGB 255 161 95 -
CMYK 0 0.37 0.63 0
HSL 24.75º 1% 0.69% -
HSV(B) 24.75º 0.63% 1% -
XYZ 56.05 47.58 17.06 -
YUV 181.58 79.14 180.37 -
System Red Green Blue C M Y K H S L
Decimal 255 161 95 0 0.37 0.63 0 24.75 1 0.69
Hex FF A1 5F 0 25 3F 0 19 64 45
Octal 377 241 137 0 45 77 0 31 144 105
Binary 11111111 10100001 1011111 0 100101 111111 0 11001 1100100 1000101

Color Harmonies of #FFA15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA15F

Black with #FFA15F

Text Example


Text Example

White with #FFA15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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