#F4C766

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

Shades of Golden Sand #F4C766

Tints of Golden Sand #F4C766

Color information

#F4C766 (or 0xF4C766) is unknown color: approx Golden Sand. HEX triplet: F4, C7 and 66. RGB value is (244,199,102). Sum of RGB (Red+Green+Blue) = 244+199+102=545 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.77% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 102 (40.23% from 255 or 18.72% from 545); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C766 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C766 is #0B3899. Grayscale: #C9C9C9. Windows color (decimal): -735386 or 6735860. OLE color: 6735860.

HSL color Cylindrical-coordinate representation of color #F4C766: hue angle of 40.99º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F4C766 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB244199102-
CMYK00.180.580.04
HSL40.99º86.59%67.84%-
HSV(B)40.99º58.2%95.69%-
XYZ60.1361.0421.18-
YUV201.471.91158.39-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.77%
GREEN value IS 199 (78.12% from 255) = 36.51%
BLUE value IS 102 (40.23% from 255) = 18.72%
R=44.77%
G=36.51%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419910200.180.580.0440.9986.5967.84
HexF4C7660123A4295744
Octal36430714602272451127104
Binary1111010011000111110011001001011101010010100110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C766; }

 p { color: rgb(244,199,102); }

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

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

 a { background-color: rgb(244,199,102); }

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

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

 span { border-color: rgb(244,199,102); }

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