Html Css Color HEX #F2F029 Golden Fizz

📋 copy color: '#F2F029'

red 242 ◦ green 240 ◦ blue 41

#F2F029
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Fizz #F2F029

Tints of Golden Fizz #F2F029

RGB

 RED value IS 242 (94.92% from 255) = 46.27%

 GREEN value IS 240 (94.14% from 255) = 45.89%

 BLUE value IS 41 (16.41% from 255) = 7.84%

R = 46.27%
G = 45.89%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F2F029 (or 0xF2F029) is known color: Golden Fizz. HEX triplet: F2, F0 and 29. RGB value is (242,240,41). Sum of RGB (Red+Green+Blue) = 242+240+41=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 240 (94.14% from 255 or 45.89% from 523); Blue value is 41 (16.41% from 255 or 7.84% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F029 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F029 is #0D0FD6. Grayscale: #DADADA. Windows color (decimal): -856023 or 2748658. OLE color: 2748658.

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

Color convert

RGB 242 240 41 -
CMYK 0 0.01 0.83 0.05
HSL 59.4º 0.89% 0.55% -
HSV(B) 59.4º 0.83% 0.95% -
XYZ 68.18 81.36 14.21 -
YUV 217.91 28.16 145.18 -
System Red Green Blue C M Y K H S L
Decimal 242 240 41 0 0.01 0.83 0.05 59.4 0.89 0.55
Hex F2 F0 29 0 1 53 5 3B 59 37
Octal 362 360 51 0 1 123 5 73 131 67
Binary 11110010 11110000 101001 0 1 1010011 101 111011 1011001 110111

Color Harmonies of #F2F029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F029

Black with #F2F029

Text Example


Text Example

White with #F2F029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F029; }

 p { color: rgb(242,240,41); }

 H1.HeaderClassName
 {
   color: #F2F029;
 }
 .AnyTagClassName
 {
   color: #F2F029;
 }
</style>

background-color css

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

 a { background-color: rgb(242,240,41); }

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

border-color css

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

 span { border-color: rgb(242,240,41); }

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