#F9CD2C

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

Shades of Golden Dream #F9CD2C

Tints of Golden Dream #F9CD2C

Color information

#F9CD2C (or 0xF9CD2C) is unknown color: approx Golden Dream. HEX triplet: F9, CD and 2C. RGB value is (249,205,44). Sum of RGB (Red+Green+Blue) = 249+205+44=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 44 (17.58% from 255 or 8.84% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CD2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CD2C is #0632D3. Grayscale: #C8C8C8. Windows color (decimal): -406228 or 2936313. OLE color: 2936313.

HSL color Cylindrical-coordinate representation of color #F9CD2C: hue angle of 47.12º 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 #F9CD2C is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB24920544-
CMYK00.180.820.02
HSL47.12º94.47%57.45%-
HSV(B)47.12º82.33%97.65%-
XYZ61.3563.9811.5-
YUV199.840.08163.09-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50%
GREEN value IS 205 (80.47% from 255) = 41.16%
BLUE value IS 44 (17.58% from 255) = 8.84%
R=50%
G=41.16%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492054400.180.820.0247.1294.4757.45
HexF9CD2C0125222f5e39
Octal3713155402212225713671
Binary11111001110011011011000100101010010101011111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CD2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CD2C; }

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

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

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

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

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

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

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

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