Html Css Color HEX #FDA460 Sandy Brown

📋 copy color: '#FDA460'

red 253 ◦ green 164 ◦ blue 96

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

Shades of Sandy Brown #FDA460

Tints of Sandy Brown #FDA460

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.97%

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

R = 49.32%
G = 31.97%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDA460 (or 0xFDA460) is known color: Sandy Brown. HEX triplet: FD, A4 and 60. RGB value is (253,164,96). Sum of RGB (Red+Green+Blue) = 253+164+96=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 96 (37.89% from 255 or 18.71% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA460 is #025B9F. Grayscale: #B7B7B7. Windows color (decimal): -154528 or 6333693. OLE color: 6333693.

HSL color Cylindrical-coordinate representation of color #FDA460: hue angle of 25.99º 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 #FDA460 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 164 96 -
CMYK 0 0.35 0.62 0.01
HSL 25.99º 0.98% 0.68% -
HSV(B) 25.99º 0.62% 0.99% -
XYZ 55.89 48.28 17.44 -
YUV 182.86 78.99 178.03 -
System Red Green Blue C M Y K H S L
Decimal 253 164 96 0 0.35 0.62 0.01 25.99 0.98 0.68
Hex FD A4 60 0 23 3E 1 1A 62 44
Octal 375 244 140 0 43 76 1 32 142 104
Binary 11111101 10100100 1100000 0 100011 111110 1 11010 1100010 1000100

Color Harmonies of #FDA460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA460

Black with #FDA460

Text Example


Text Example

White with #FDA460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA460; }

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

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

background-color css

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

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

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

border-color css

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

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

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