Html Css Color HEX #F2E828 Golden Fizz

📋 copy color: '#F2E828'

red 242 ◦ green 232 ◦ blue 40

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

Shades of Golden Fizz #F2E828

Tints of Golden Fizz #F2E828

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.14%

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

R = 47.08%
G = 45.14%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F2E828 (or 0xF2E828) is known color: Golden Fizz. HEX triplet: F2, E8 and 28. RGB value is (242,232,40). Sum of RGB (Red+Green+Blue) = 242+232+40=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 40 (16.02% from 255 or 7.78% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E828 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2E828 is #0D17D7. Grayscale: #D5D5D5. Windows color (decimal): -858072 or 2681074. OLE color: 2681074.

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

Color convert

RGB 242 232 40 -
CMYK 0 0.04 0.83 0.05
HSL 57.03º 0.89% 0.55% -
HSV(B) 57.03º 0.83% 0.95% -
XYZ 65.86 76.74 13.35 -
YUV 213.1 30.31 148.61 -
System Red Green Blue C M Y K H S L
Decimal 242 232 40 0 0.04 0.83 0.05 57.03 0.89 0.55
Hex F2 E8 28 0 4 53 5 39 59 37
Octal 362 350 50 0 4 123 5 71 131 67
Binary 11110010 11101000 101000 0 100 1010011 101 111001 1011001 110111

Color Harmonies of #F2E828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E828

Black with #F2E828

Text Example


Text Example

White with #F2E828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E828; }

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

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

background-color css

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

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

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

border-color css

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

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

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