Html Css Color HEX #FDA260 Sandy Brown

📋 copy color: '#FDA260'

red 253 ◦ green 162 ◦ blue 96

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

Shades of Sandy Brown #FDA260

Tints of Sandy Brown #FDA260

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.7%

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

R = 49.51%
G = 31.7%
B = 18.79%

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

#FDA260 (or 0xFDA260) is known color: Sandy Brown. HEX triplet: FD, A2 and 60. RGB value is (253,162,96). Sum of RGB (Red+Green+Blue) = 253+162+96=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA260 is #025D9F. Grayscale: #B6B6B6. Windows color (decimal): -155040 or 6333181. OLE color: 6333181.

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

Color convert

RGB 253 162 96 -
CMYK 0 0.36 0.62 0.01
HSL 25.22º 0.98% 0.68% -
HSV(B) 25.22º 0.62% 0.99% -
XYZ 55.54 47.57 17.32 -
YUV 181.69 79.65 178.87 -
System Red Green Blue C M Y K H S L
Decimal 253 162 96 0 0.36 0.62 0.01 25.22 0.98 0.68
Hex FD A2 60 0 24 3E 1 19 62 44
Octal 375 242 140 0 44 76 1 31 142 104
Binary 11111101 10100010 1100000 0 100100 111110 1 11001 1100010 1000100

Color Harmonies of #FDA260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA260

Black with #FDA260

Text Example


Text Example

White with #FDA260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA260; }

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

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

background-color css

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

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

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

border-color css

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

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

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