Html Css Color HEX #FFA45E Sandy Brown

📋 copy color: '#FFA45E'

red 255 ◦ green 164 ◦ blue 94

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

Shades of Sandy Brown #FFA45E

Tints of Sandy Brown #FFA45E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.32%

R = 49.71%
G = 31.97%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFA45E (or 0xFFA45E) is known color: Sandy Brown. HEX triplet: FF, A4 and 5E. RGB value is (255,164,94). Sum of RGB (Red+Green+Blue) = 255+164+94=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 94 (37.11% from 255 or 18.32% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA45E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA45E is #005BA1. Grayscale: #B7B7B7. Windows color (decimal): -23458 or 6202623. OLE color: 6202623.

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

Color convert

RGB 255 164 94 -
CMYK 0 0.36 0.63 0
HSL 26.09º 1% 0.68% -
HSV(B) 26.09º 0.63% 1% -
XYZ 56.54 48.62 16.99 -
YUV 183.23 77.65 179.19 -
System Red Green Blue C M Y K H S L
Decimal 255 164 94 0 0.36 0.63 0 26.09 1 0.68
Hex FF A4 5E 0 24 3F 0 1A 64 44
Octal 377 244 136 0 44 77 0 32 144 104
Binary 11111111 10100100 1011110 0 100100 111111 0 11010 1100100 1000100

Color Harmonies of #FFA45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA45E

Black with #FFA45E

Text Example


Text Example

White with #FFA45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA45E; }

 p { color: rgb(255,164,94); }

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

background-color css

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

 a { background-color: rgb(255,164,94); }

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

border-color css

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

 span { border-color: rgb(255,164,94); }

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