#F3CB6A

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

Shades of Golden Sand #F3CB6A

Tints of Golden Sand #F3CB6A

Color information

#F3CB6A (or 0xF3CB6A) is unknown color: approx Golden Sand. HEX triplet: F3, CB and 6A. RGB value is (243,203,106). Sum of RGB (Red+Green+Blue) = 243+203+106=552 (73% of max value = 765). Red value is 243 (95.31% from 255 or 44.02% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 106 (41.80% from 255 or 19.20% from 552); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CB6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3CB6A is #0C3495. Grayscale: #CCCCCC. Windows color (decimal): -799894 or 6999027. OLE color: 6999027.

HSL color Cylindrical-coordinate representation of color #F3CB6A: hue angle of 42.48º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F3CB6A is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB243203106-
CMYK00.160.560.05
HSL42.48º85.09%68.43%-
HSV(B)42.48º56.38%95.29%-
XYZ60.9262.8122.55-
YUV203.972.75155.89-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.02%
GREEN value IS 203 (79.69% from 255) = 36.78%
BLUE value IS 106 (41.80% from 255) = 19.20%
R=44.02%
G=36.78%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320310600.160.560.0542.4885.0968.43
HexF3CB6A0103852a5544
Octal36331315202070552125104
Binary1111001111001011110101001000011100010110101010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CB6A; }

 p { color: rgb(243,203,106); }

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

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

 a { background-color: rgb(243,203,106); }

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

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

 span { border-color: rgb(243,203,106); }

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