Html Css Color HEX #FDA464 Sandy Brown

📋 copy color: '#FDA464'

red 253 ◦ green 164 ◦ blue 100

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

Shades of Sandy Brown #FDA464

Tints of Sandy Brown #FDA464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.34%

R = 48.94%
G = 31.72%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDA464 (or 0xFDA464) is known color: Sandy Brown. HEX triplet: FD, A4 and 64. RGB value is (253,164,100). Sum of RGB (Red+Green+Blue) = 253+164+100=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA464 is #025B9B. Grayscale: #B7B7B7. Windows color (decimal): -154524 or 6595837. OLE color: 6595837.

HSL color Cylindrical-coordinate representation of color #FDA464: hue angle of 25.1º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDA464 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 164 100 -
CMYK 0 0.35 0.60 0.01
HSL 25.1º 0.97% 0.69% -
HSV(B) 25.1º 0.6% 0.99% -
XYZ 56.08 48.35 18.43 -
YUV 183.32 80.99 177.7 -
System Red Green Blue C M Y K H S L
Decimal 253 164 100 0 0.35 0.60 0.01 25.1 0.97 0.69
Hex FD A4 64 0 23 3C 1 19 61 45
Octal 375 244 144 0 43 74 1 31 141 105
Binary 11111101 10100100 1100100 0 100011 111100 1 11001 1100001 1000101

Color Harmonies of #FDA464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA464

Black with #FDA464

Text Example


Text Example

White with #FDA464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA464; }

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

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

background-color css

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

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

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

border-color css

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

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

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