#F7CF69

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

Shades of Golden Sand #F7CF69

Tints of Golden Sand #F7CF69

Color information

#F7CF69 (or 0xF7CF69) is unknown color: approx Golden Sand. HEX triplet: F7, CF and 69. RGB value is (247,207,105). Sum of RGB (Red+Green+Blue) = 247+207+105=559 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.19% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 105 (41.41% from 255 or 18.78% from 559); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CF69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CF69 is #083096. Grayscale: #CFCFCF. Windows color (decimal): -536727 or 6934519. OLE color: 6934519.

HSL color Cylindrical-coordinate representation of color #F7CF69: hue angle of 43.1º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F7CF69 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB247207105-
CMYK00.160.570.03
HSL43.1º89.87%69.02%-
HSV(B)43.1º57.49%96.86%-
XYZ63.2265.4222.66-
YUV207.3370.25156.29-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.19%
GREEN value IS 207 (81.25% from 255) = 37.03%
BLUE value IS 105 (41.41% from 255) = 18.78%
R=44.19%
G=37.03%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720710500.160.570.0343.189.8769.02
HexF7CF690103932b5a45
Octal36731715102071353132105
Binary111101111100111111010010100001110011110101110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CF69; }

 p { color: rgb(247,207,105); }

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

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

 a { background-color: rgb(247,207,105); }

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

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

 span { border-color: rgb(247,207,105); }

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