Html Css Color HEX #F2EE28 Golden Fizz

📋 copy color: '#F2EE28'

red 242 ◦ green 238 ◦ blue 40

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

Shades of Golden Fizz #F2EE28

Tints of Golden Fizz #F2EE28

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.77%

 BLUE value IS 40 (16.02% from 255) = 7.69%

R = 46.54%
G = 45.77%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F2EE28 (or 0xF2EE28) is known color: Golden Fizz. HEX triplet: F2, EE and 28. RGB value is (242,238,40). Sum of RGB (Red+Green+Blue) = 242+238+40=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 40 (16.02% from 255 or 7.69% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EE28 is #0D11D7. Grayscale: #D9D9D9. Windows color (decimal): -856536 or 2682610. OLE color: 2682610.

HSL color Cylindrical-coordinate representation of color #F2EE28: hue angle of 58.81º 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 #F2EE28 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 238 40 -
CMYK 0 0.02 0.83 0.05
HSL 58.81º 0.89% 0.55% -
HSV(B) 58.81º 0.83% 0.95% -
XYZ 67.58 80.18 13.92 -
YUV 216.62 28.33 146.1 -
System Red Green Blue C M Y K H S L
Decimal 242 238 40 0 0.02 0.83 0.05 58.81 0.89 0.55
Hex F2 EE 28 0 2 53 5 3B 59 37
Octal 362 356 50 0 2 123 5 73 131 67
Binary 11110010 11101110 101000 0 10 1010011 101 111011 1011001 110111

Color Harmonies of #F2EE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EE28

Black with #F2EE28

Text Example


Text Example

White with #F2EE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EE28; }

 p { color: rgb(242,238,40); }

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

background-color css

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

 a { background-color: rgb(242,238,40); }

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

border-color css

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

 span { border-color: rgb(242,238,40); }

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