#F5DC29

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

Shades of Golden Fizz #F5DC29

Tints of Golden Fizz #F5DC29

Color information

#F5DC29 (or 0xF5DC29) is unknown color: approx Golden Fizz. HEX triplet: F5, DC and 29. RGB value is (245,220,41). Sum of RGB (Red+Green+Blue) = 245+220+41=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 41 (16.41% from 255 or 8.10% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DC29 is #0A23D6. Grayscale: #CFCFCF. Windows color (decimal): -664535 or 2743541. OLE color: 2743541.

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

Color convert

RGB24522041-
CMYK00.100.830.04
HSL52.65º91.07%56.08%-
HSV(B)52.65º83.27%96.08%-
XYZ63.6570.7612.4-
YUV207.0734.28155.05-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.42%
GREEN value IS 220 (86.33% from 255) = 43.48%
BLUE value IS 41 (16.41% from 255) = 8.10%
R=48.42%
G=43.48%
B=8.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.83
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452204100.100.830.0452.6591.0756.08
HexF5DC290A534355b38
Octal3653345101212346513370
Binary11110101110111001010010101010100111001101011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DC29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DC29; }

 p { color: rgb(245,220,41); }

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

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

 a { background-color: rgb(245,220,41); }

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

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

 span { border-color: rgb(245,220,41); }

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