#F4CF6A

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

Shades of Golden Sand #F4CF6A

Tints of Golden Sand #F4CF6A

Color information

#F4CF6A (or 0xF4CF6A) is unknown color: approx Golden Sand. HEX triplet: F4, CF and 6A. RGB value is (244,207,106). Sum of RGB (Red+Green+Blue) = 244+207+106=557 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.81% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 106 (41.80% from 255 or 19.03% from 557); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CF6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4CF6A is #0B3095. Grayscale: #CECECE. Windows color (decimal): -733334 or 7000052. OLE color: 7000052.

HSL color Cylindrical-coordinate representation of color #F4CF6A: hue angle of 43.91º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F4CF6A is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB244207106-
CMYK00.150.570.04
HSL43.91º86.25%68.63%-
HSV(B)43.91º56.56%95.69%-
XYZ62.2264.922.88-
YUV206.5571.26154.71-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.81%
GREEN value IS 207 (81.25% from 255) = 37.16%
BLUE value IS 106 (41.80% from 255) = 19.03%
R=43.81%
G=37.16%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420710600.150.570.0443.9186.2568.63
HexF4CF6A0F3942c5645
Octal36431715201771454126105
Binary111101001100111111010100111111100110010110010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CF6A; }

 p { color: rgb(244,207,106); }

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

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

 a { background-color: rgb(244,207,106); }

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

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

 span { border-color: rgb(244,207,106); }

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