#F4C96A

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

Shades of Golden Sand #F4C96A

Tints of Golden Sand #F4C96A

Color information

#F4C96A (or 0xF4C96A) is unknown color: approx Golden Sand. HEX triplet: F4, C9 and 6A. RGB value is (244,201,106). Sum of RGB (Red+Green+Blue) = 244+201+106=551 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.28% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 106 (41.80% from 255 or 19.24% from 551); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C96A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C96A is #0B3695. Grayscale: #CBCBCB. Windows color (decimal): -734870 or 6998516. OLE color: 6998516.

HSL color Cylindrical-coordinate representation of color #F4C96A: hue angle of 41.3º 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 #F4C96A is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB244201106-
CMYK00.180.570.04
HSL41.3º86.25%68.63%-
HSV(B)41.3º56.56%95.69%-
XYZ60.862.0522.41-
YUV203.0373.25157.22-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.28%
GREEN value IS 201 (78.91% from 255) = 36.48%
BLUE value IS 106 (41.80% from 255) = 19.24%
R=44.28%
G=36.48%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420110600.180.570.0441.386.2568.63
HexF4C96A012394295645
Octal36431115202271451126105
Binary1111010011001001110101001001011100110010100110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C96A; }

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

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

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

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

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

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

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

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