#F0D8A5

Color #F0D8A5 Astra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astra #F0D8A5

Tints of Astra #F0D8A5

Color information

#F0D8A5 (or 0xF0D8A5) is unknown color: approx Astra. HEX triplet: F0, D8 and A5. RGB value is (240,216,165). Sum of RGB (Red+Green+Blue) = 240+216+165=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 216 (84.77% from 255 or 34.78% from 621); Blue value is 165 (64.84% from 255 or 26.57% from 621); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D8A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D8A5 is #0F275A. Grayscale: #D9D9D9. Windows color (decimal): -993115 or 10868976. OLE color: 10868976.

HSL color Cylindrical-coordinate representation of color #F0D8A5: hue angle of 40.8º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0D8A5 is Cyan = 0, Magento = 0.1, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB240216165-
CMYK00.10.310.06
HSL40.8º71.43%79.41%-
HSV(B)40.8º31.25%94.12%-
XYZ67.2870.3545.63-
YUV217.3698.45144.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.65%
GREEN value IS 216 (84.77% from 255) = 34.78%
BLUE value IS 165 (64.84% from 255) = 26.57%
R=38.65%
G=34.78%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021616500.10.310.0640.871.4379.41
HexF0D8A50A1F629474f
Octal36033024501237651107117
Binary111100001101100010100101010101111111010100110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D8A5; }

 p { color: rgb(240,216,165); }

 H1.HeaderClassName
 {
   color: #F0D8A5;
 }
 .AnyTagClassName
 {
   color: #F0D8A5;
 }
</style>
background-color css

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

 a { background-color: rgb(240,216,165); }

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

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

 span { border-color: rgb(240,216,165); }

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