#F6D333

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

Shades of Golden Dream #F6D333

Tints of Golden Dream #F6D333

Color information

#F6D333 (or 0xF6D333) is unknown color: approx Golden Dream. HEX triplet: F6, D3 and 33. RGB value is (246,211,51). Sum of RGB (Red+Green+Blue) = 246+211+51=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 51 (20.31% from 255 or 10.04% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D333 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D333 is #092CCC. Grayscale: #CBCBCB. Windows color (decimal): -601293 or 3396598. OLE color: 3396598.

HSL color Cylindrical-coordinate representation of color #F6D333: hue angle of 49.23º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F6D333 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB24621151-
CMYK00.140.790.04
HSL49.23º91.55%58.24%-
HSV(B)49.23º79.27%96.47%-
XYZ61.966.4212.69-
YUV203.2242.1158.51-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.43%
GREEN value IS 211 (82.81% from 255) = 41.54%
BLUE value IS 51 (20.31% from 255) = 10.04%
R=48.43%
G=41.54%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.79
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462115100.140.790.0449.2391.5558.24
HexF6D3330E4F4315c3a
Octal3663236301611746113472
Binary11110110110100111100110111010011111001100011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D333; }

 p { color: rgb(246,211,51); }

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

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

 a { background-color: rgb(246,211,51); }

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

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

 span { border-color: rgb(246,211,51); }

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