#F2DC27

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

Shades of Golden Fizz #F2DC27

Tints of Golden Fizz #F2DC27

Color information

#F2DC27 (or 0xF2DC27) is unknown color: approx Golden Fizz. HEX triplet: F2, DC and 27. RGB value is (242,220,39). Sum of RGB (Red+Green+Blue) = 242+220+39=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 39 (15.62% from 255 or 7.78% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DC27 is #0D23D8. Grayscale: #CECECE. Windows color (decimal): -861145 or 2612466. OLE color: 2612466.

HSL color Cylindrical-coordinate representation of color #F2DC27: hue angle of 53.5º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F2DC27 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB24222039-
CMYK00.090.840.05
HSL53.5º88.65%55.1%-
HSV(B)53.5º83.88%94.9%-
XYZ62.5870.2112.17-
YUV205.9433.79153.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.30%
GREEN value IS 220 (86.33% from 255) = 43.91%
BLUE value IS 39 (15.62% from 255) = 7.78%
R=48.30%
G=43.91%
B=7.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.84
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422203900.090.840.0553.588.6555.1
HexF2DC2709545355937
Octal3623344701112456513167
Binary11110010110111001001110100110101001011101011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DC27; }

 p { color: rgb(242,220,39); }

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

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

 a { background-color: rgb(242,220,39); }

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

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

 span { border-color: rgb(242,220,39); }

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