#f1d12c

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

Shades of Golden Dream #F1D12C

Tints of Golden Dream #F1D12C

Color information

#F1D12C (or 0xF1D12C) is unknown color: approx Golden Dream. HEX triplet: F1, D1 and 2C. RGB value is (241,209,44). Sum of RGB (Red+Green+Blue) = 241+209+44=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 44 (17.58% from 255 or 8.91% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D12C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D12C is #0E2ED3. Grayscale: #C8C8C8. Windows color (decimal): -929492 or 2937329. OLE color: 2937329.

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

Color convert

RGB24120944-
CMYK00.130.820.05
HSL50.25º87.56%55.88%-
HSV(B)50.25º81.74%94.51%-
XYZ59.5364.4811.69-
YUV199.7640.1157.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.79%
GREEN value IS 209 (82.03% from 255) = 42.31%
BLUE value IS 44 (17.58% from 255) = 8.91%
R=48.79%
G=42.31%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.82
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412094400.130.820.0550.2587.5655.88
HexF1D12C0D525325838
Octal3613215401512256213070
Binary11110001110100011011000110110100101011100101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1d12c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1d12c; }

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

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

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

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

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

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

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

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