#F6D233

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

Shades of Golden Dream #F6D233

Tints of Golden Dream #F6D233

Color information

#F6D233 (or 0xF6D233) is unknown color: approx Golden Dream. HEX triplet: F6, D2 and 33. RGB value is (246,210,51). Sum of RGB (Red+Green+Blue) = 246+210+51=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 51 (20.31% from 255 or 10.06% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D233 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D233 is #092DCC. Grayscale: #CBCBCB. Windows color (decimal): -601549 or 3396342. OLE color: 3396342.

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

Color convert

RGB24621051-
CMYK00.150.790.04
HSL48.92º91.55%58.24%-
HSV(B)48.92º79.27%96.47%-
XYZ61.6565.9312.61-
YUV202.6442.43158.93-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.52%
GREEN value IS 210 (82.42% from 255) = 41.42%
BLUE value IS 51 (20.31% from 255) = 10.06%
R=48.52%
G=41.42%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.79
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462105100.150.790.0448.9291.5558.24
HexF6D2330F4F4315c3a
Octal3663226301711746113472
Binary11110110110100101100110111110011111001100011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D233; }

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

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

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

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

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

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

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

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