#F9D12C

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

Shades of Golden Dream #F9D12C

Tints of Golden Dream #F9D12C

Color information

#F9D12C (or 0xF9D12C) is unknown color: approx Golden Dream. HEX triplet: F9, D1 and 2C. RGB value is (249,209,44). Sum of RGB (Red+Green+Blue) = 249+209+44=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 209 (82.03% from 255 or 41.63% from 502); Blue value is 44 (17.58% from 255 or 8.76% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D12C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D12C is #062ED3. Grayscale: #CACACA. Windows color (decimal): -405204 or 2937337. OLE color: 2937337.

HSL color Cylindrical-coordinate representation of color #F9D12C: hue angle of 48.29º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9D12C is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB24920944-
CMYK00.160.820.02
HSL48.29º94.47%57.45%-
HSV(B)48.29º82.33%97.65%-
XYZ62.3265.9211.82-
YUV202.1538.75161.42-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.60%
GREEN value IS 209 (82.03% from 255) = 41.63%
BLUE value IS 44 (17.58% from 255) = 8.76%
R=49.60%
G=41.63%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492094400.160.820.0248.2994.4757.45
HexF9D12C010522305e39
Octal3713215402012226013671
Binary11111001110100011011000100001010010101100001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D12C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D12C; }

 p { color: rgb(249,209,44); }

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

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

 a { background-color: rgb(249,209,44); }

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

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

 span { border-color: rgb(249,209,44); }

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