#F0D7A5

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

Shades of Astra #F0D7A5

Tints of Astra #F0D7A5

Color information

#F0D7A5 (or 0xF0D7A5) is unknown color: approx Astra. HEX triplet: F0, D7 and A5. RGB value is (240,215,165). Sum of RGB (Red+Green+Blue) = 240+215+165=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 215 (84.38% from 255 or 34.68% from 620); Blue value is 165 (64.84% from 255 or 26.61% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D7A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D7A5 is #0F285A. Grayscale: #D9D9D9. Windows color (decimal): -993371 or 10868720. OLE color: 10868720.

HSL color Cylindrical-coordinate representation of color #F0D7A5: hue angle of 40º 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 #F0D7A5 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB240215165-
CMYK00.100.310.06
HSL40º71.43%79.41%-
HSV(B)40º31.25%94.12%-
XYZ67.0369.8445.55-
YUV216.7798.78144.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.71%
GREEN value IS 215 (84.38% from 255) = 34.68%
BLUE value IS 165 (64.84% from 255) = 26.61%
R=38.71%
G=34.68%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021516500.100.310.064071.4379.41
HexF0D7A50A1F628474f
Octal36032724501237650107117
Binary111100001101011110100101010101111111010100010001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D7A5; }

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

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

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

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

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

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

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

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