#F4CE6A

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

Shades of Golden Sand #F4CE6A

Tints of Golden Sand #F4CE6A

Color information

#F4CE6A (or 0xF4CE6A) is unknown color: approx Golden Sand. HEX triplet: F4, CE and 6A. RGB value is (244,206,106). Sum of RGB (Red+Green+Blue) = 244+206+106=556 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.88% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 106 (41.80% from 255 or 19.06% from 556); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CE6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4CE6A is #0B3195. Grayscale: #CECECE. Windows color (decimal): -733590 or 6999796. OLE color: 6999796.

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

Color convert

RGB244206106-
CMYK00.160.570.04
HSL43.48º86.25%68.63%-
HSV(B)43.48º56.56%95.69%-
XYZ61.9864.4222.8-
YUV205.9671.59155.13-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.88%
GREEN value IS 206 (80.86% from 255) = 37.05%
BLUE value IS 106 (41.80% from 255) = 19.06%
R=43.88%
G=37.05%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420610600.160.570.0443.4886.2568.63
HexF4CE6A0103942b5645
Octal36431615202071453126105
Binary1111010011001110110101001000011100110010101110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CE6A; }

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

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

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

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

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

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

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

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