Html Css Color HEX #FFA25D Sandy Brown

📋 copy color: '#FFA25D'

red 255 ◦ green 162 ◦ blue 93

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

Shades of Sandy Brown #FFA25D

Tints of Sandy Brown #FFA25D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.24%

R = 50%
G = 31.76%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FFA25D (or 0xFFA25D) is known color: Sandy Brown. HEX triplet: FF, A2 and 5D. RGB value is (255,162,93). Sum of RGB (Red+Green+Blue) = 255+162+93=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA25D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA25D is #005DA2. Grayscale: #B6B6B6. Windows color (decimal): -23971 or 6136575. OLE color: 6136575.

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

Color convert

RGB 255 162 93 -
CMYK 0 0.36 0.64 0
HSL 25.56º 1% 0.68% -
HSV(B) 25.56º 0.64% 1% -
XYZ 56.14 47.89 16.64 -
YUV 181.94 77.81 180.11 -
System Red Green Blue C M Y K H S L
Decimal 255 162 93 0 0.36 0.64 0 25.56 1 0.68
Hex FF A2 5D 0 24 40 0 1A 64 44
Octal 377 242 135 0 44 100 0 32 144 104
Binary 11111111 10100010 1011101 0 100100 1000000 0 11010 1100100 1000100

Color Harmonies of #FFA25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA25D

Black with #FFA25D

Text Example


Text Example

White with #FFA25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA25D; }

 p { color: rgb(255,162,93); }

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

background-color css

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

 a { background-color: rgb(255,162,93); }

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

border-color css

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

 span { border-color: rgb(255,162,93); }

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