#F5CA6A

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

Shades of Golden Sand #F5CA6A

Tints of Golden Sand #F5CA6A

Color information

#F5CA6A (or 0xF5CA6A) is unknown color: approx Golden Sand. HEX triplet: F5, CA and 6A. RGB value is (245,202,106). Sum of RGB (Red+Green+Blue) = 245+202+106=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 106 (41.80% from 255 or 19.17% from 553); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CA6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CA6A is #0A3595. Grayscale: #CCCCCC. Windows color (decimal): -669078 or 6998773. OLE color: 6998773.

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

Color convert

RGB245202106-
CMYK00.180.570.04
HSL41.44º87.42%68.82%-
HSV(B)41.44º56.73%96.08%-
XYZ61.3862.6922.5-
YUV203.9172.75157.31-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.30%
GREEN value IS 202 (79.30% from 255) = 36.53%
BLUE value IS 106 (41.80% from 255) = 19.17%
R=44.30%
G=36.53%
B=19.17%

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
Decimal24520210600.180.570.0441.4487.4268.82
HexF5CA6A012394295745
Octal36531215202271451127105
Binary1111010111001010110101001001011100110010100110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CA6A; }

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

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

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

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

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

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

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

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