#F5CC6A

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

Shades of Golden Sand #F5CC6A

Tints of Golden Sand #F5CC6A

Color information

#F5CC6A (or 0xF5CC6A) is unknown color: approx Golden Sand. HEX triplet: F5, CC and 6A. RGB value is (245,204,106). Sum of RGB (Red+Green+Blue) = 245+204+106=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 106 (41.80% from 255 or 19.10% from 555); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CC6A is #0A3395. Grayscale: #CDCDCD. Windows color (decimal): -668566 or 6999285. OLE color: 6999285.

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

Color convert

RGB245204106-
CMYK00.170.570.04
HSL42.3º87.42%68.82%-
HSV(B)42.3º56.73%96.08%-
XYZ61.8563.6422.66-
YUV205.0972.08156.47-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.14%
GREEN value IS 204 (80.08% from 255) = 36.76%
BLUE value IS 106 (41.80% from 255) = 19.10%
R=44.14%
G=36.76%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520410600.170.570.0442.387.4268.82
HexF5CC6A0113942a5745
Octal36531415202171452127105
Binary1111010111001100110101001000111100110010101010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CC6A; }

 p { color: rgb(245,204,106); }

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

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

 a { background-color: rgb(245,204,106); }

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

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

 span { border-color: rgb(245,204,106); }

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