#F2F32E

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

Shades of Golden Fizz #F2F32E

Tints of Golden Fizz #F2F32E

Color information

#F2F32E (or 0xF2F32E) is unknown color: approx Golden Fizz. HEX triplet: F2, F3 and 2E. RGB value is (242,243,46). Sum of RGB (Red+Green+Blue) = 242+243+46=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 243 (95.31% from 255 or 45.76% from 531); Blue value is 46 (18.36% from 255 or 8.66% from 531); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F32E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F32E is #0D0CD1. Grayscale: #DDDDDD. Windows color (decimal): -855250 or 3077106. OLE color: 3077106.

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

Color convert

RGB24224346-
CMYK0.0000.810.05
HSL60.3º89.14%56.67%-
HSV(B)60.3º81.07%95.29%-
XYZ69.1683.1814.99-
YUV220.2429.67143.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.57%
GREEN value IS 243 (95.31% from 255) = 45.76%
BLUE value IS 46 (18.36% from 255) = 8.66%
R=45.57%
G=45.76%
B=8.66%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242243460.0000.810.0560.389.1456.67
HexF2F32E005153c5939
Octal362363560012157413171
Binary11110010111100111011100010100011011111001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F32E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F32E; }

 p { color: rgb(242,243,46); }

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

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

 a { background-color: rgb(242,243,46); }

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

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

 span { border-color: rgb(242,243,46); }

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