#F0D572

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

Shades of Golden Sand #F0D572

Tints of Golden Sand #F0D572

Color information

#F0D572 (or 0xF0D572) is unknown color: approx Golden Sand. HEX triplet: F0, D5 and 72. RGB value is (240,213,114). Sum of RGB (Red+Green+Blue) = 240+213+114=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 213 (83.59% from 255 or 37.57% from 567); Blue value is 114 (44.92% from 255 or 20.11% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D572 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D572 is #0F2A8D. Grayscale: #D2D2D2. Windows color (decimal): -993934 or 7525872. OLE color: 7525872.

HSL color Cylindrical-coordinate representation of color #F0D572: hue angle of 47.14º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0D572 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB240213114-
CMYK00.110.520.06
HSL47.14º80.77%69.41%-
HSV(B)47.14º52.5%94.12%-
XYZ62.7767.3325.61-
YUV209.7973.95149.55-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.33%
GREEN value IS 213 (83.59% from 255) = 37.57%
BLUE value IS 114 (44.92% from 255) = 20.11%
R=42.33%
G=37.57%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021311400.110.520.0647.1480.7769.41
HexF0D5720B3462f5145
Octal36032516201364657121105
Binary111100001101010111100100101111010011010111110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D572; }

 p { color: rgb(240,213,114); }

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

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

 a { background-color: rgb(240,213,114); }

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

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

 span { border-color: rgb(240,213,114); }

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