#f2d63a

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

Shades of Golden Fizz #F2D63A

Tints of Golden Fizz #F2D63A

Color information

#F2D63A (or 0xF2D63A) is unknown color: approx Golden Fizz. HEX triplet: F2, D6 and 3A. RGB value is (242,214,58). Sum of RGB (Red+Green+Blue) = 242+214+58=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 58 (23.05% from 255 or 11.28% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D63A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D63A is #0D29C5. Grayscale: #CDCDCD. Windows color (decimal): -862662 or 3856114. OLE color: 3856114.

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

Color convert

RGB24221458-
CMYK00.120.760.05
HSL50.87º87.62%58.82%-
HSV(B)50.87º76.03%94.9%-
XYZ61.4367.2813.75-
YUV204.5945.28154.68-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.08%
GREEN value IS 214 (83.98% from 255) = 41.63%
BLUE value IS 58 (23.05% from 255) = 11.28%
R=47.08%
G=41.63%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422145800.120.760.0550.8787.6258.82
HexF2D63A0C4C533583b
Octal3623267201411456313073
Binary11110010110101101110100110010011001011100111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2d63a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2d63a; }

 p { color: rgb(242,214,58); }

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

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

 a { background-color: rgb(242,214,58); }

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

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

 span { border-color: rgb(242,214,58); }

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