Html Css Color HEX #FDA160 Sandy Brown

📋 copy color: '#FDA160'

red 253 ◦ green 161 ◦ blue 96

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

Shades of Sandy Brown #FDA160

Tints of Sandy Brown #FDA160

RGB

 RED value IS 253 (99.22% from 255) = 49.61%

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

 BLUE value IS 96 (37.89% from 255) = 18.82%

R = 49.61%
G = 31.57%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDA160 (or 0xFDA160) is known color: Sandy Brown. HEX triplet: FD, A1 and 60. RGB value is (253,161,96). Sum of RGB (Red+Green+Blue) = 253+161+96=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 96 (37.89% from 255 or 18.82% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA160 is #025E9F. Grayscale: #B5B5B5. Windows color (decimal): -155296 or 6332925. OLE color: 6332925.

HSL color Cylindrical-coordinate representation of color #FDA160: hue angle of 24.84º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDA160 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 161 96 -
CMYK 0 0.36 0.62 0.01
HSL 24.84º 0.98% 0.68% -
HSV(B) 24.84º 0.62% 0.99% -
XYZ 55.36 47.22 17.26 -
YUV 181.1 79.98 179.29 -
System Red Green Blue C M Y K H S L
Decimal 253 161 96 0 0.36 0.62 0.01 24.84 0.98 0.68
Hex FD A1 60 0 24 3E 1 19 62 44
Octal 375 241 140 0 44 76 1 31 142 104
Binary 11111101 10100001 1100000 0 100100 111110 1 11001 1100010 1000100

Color Harmonies of #FDA160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA160

Black with #FDA160

Text Example


Text Example

White with #FDA160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA160; }

 p { color: rgb(253,161,96); }

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

background-color css

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

 a { background-color: rgb(253,161,96); }

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

border-color css

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

 span { border-color: rgb(253,161,96); }

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