#F4D22C

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

Shades of Golden Dream #F4D22C

Tints of Golden Dream #F4D22C

Color information

#F4D22C (or 0xF4D22C) is unknown color: approx Golden Dream. HEX triplet: F4, D2 and 2C. RGB value is (244,210,44). Sum of RGB (Red+Green+Blue) = 244+210+44=498 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.00% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 44 (17.58% from 255 or 8.84% from 498); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D22C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D22C is #0B2DD3. Grayscale: #C9C9C9. Windows color (decimal): -732628 or 2937588. OLE color: 2937588.

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

Color convert

RGB24421044-
CMYK00.140.820.04
HSL49.8º90.09%56.47%-
HSV(B)49.8º81.97%95.69%-
XYZ60.8165.5111.82-
YUV201.2439.26158.5-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.00%
GREEN value IS 210 (82.42% from 255) = 42.17%
BLUE value IS 44 (17.58% from 255) = 8.84%
R=49.00%
G=42.17%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.82
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442104400.140.820.0449.890.0956.47
HexF4D22C0E524325a38
Octal3643225401612246213270
Binary11110100110100101011000111010100101001100101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D22C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D22C; }

 p { color: rgb(244,210,44); }

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

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

 a { background-color: rgb(244,210,44); }

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

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

 span { border-color: rgb(244,210,44); }

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