Html Css Color HEX #FFA158 Sandy Brown

📋 copy color: '#FFA158'

red 255 ◦ green 161 ◦ blue 88

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

Shades of Sandy Brown #FFA158

Tints of Sandy Brown #FFA158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.46%

R = 50.6%
G = 31.94%
B = 17.46%

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

#FFA158 (or 0xFFA158) is known color: Sandy Brown. HEX triplet: FF, A1 and 58. RGB value is (255,161,88). Sum of RGB (Red+Green+Blue) = 255+161+88=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 88 (34.77% from 255 or 17.46% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA158 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA158 is #005EA7. Grayscale: #B5B5B5. Windows color (decimal): -24232 or 5808639. OLE color: 5808639.

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

Color convert

RGB 255 161 88 -
CMYK 0 0.37 0.65 0
HSL 26.23º 1% 0.67% -
HSV(B) 26.23º 0.65% 1% -
XYZ 55.75 47.45 15.45 -
YUV 180.78 75.64 180.94 -
System Red Green Blue C M Y K H S L
Decimal 255 161 88 0 0.37 0.65 0 26.23 1 0.67
Hex FF A1 58 0 25 41 0 1A 64 43
Octal 377 241 130 0 45 101 0 32 144 103
Binary 11111111 10100001 1011000 0 100101 1000001 0 11010 1100100 1000011

Color Harmonies of #FFA158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA158

Black with #FFA158

Text Example


Text Example

White with #FFA158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA158; }

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

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

background-color css

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

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

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

border-color css

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

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

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