Html Css Color HEX #F2E82C Golden Fizz

📋 copy color: '#F2E82C'

red 242 ◦ green 232 ◦ blue 44

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

Shades of Golden Fizz #F2E82C

Tints of Golden Fizz #F2E82C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.49%

R = 46.72%
G = 44.79%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2E82C (or 0xF2E82C) is known color: Golden Fizz. HEX triplet: F2, E8 and 2C. RGB value is (242,232,44). Sum of RGB (Red+Green+Blue) = 242+232+44=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 232 (91.02% from 255 or 44.79% from 518); Blue value is 44 (17.58% from 255 or 8.49% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E82C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2E82C is #0D17D3. Grayscale: #D6D6D6. Windows color (decimal): -858068 or 2943218. OLE color: 2943218.

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

Color convert

RGB 242 232 44 -
CMYK 0 0.04 0.82 0.05
HSL 56.97º 0.88% 0.56% -
HSV(B) 56.97º 0.82% 0.95% -
XYZ 65.93 76.77 13.73 -
YUV 213.56 32.31 148.29 -
System Red Green Blue C M Y K H S L
Decimal 242 232 44 0 0.04 0.82 0.05 56.97 0.88 0.56
Hex F2 E8 2C 0 4 52 5 39 58 38
Octal 362 350 54 0 4 122 5 71 130 70
Binary 11110010 11101000 101100 0 100 1010010 101 111001 1011000 111000

Color Harmonies of #F2E82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E82C

Black with #F2E82C

Text Example


Text Example

White with #F2E82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E82C; }

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

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

background-color css

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

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

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

border-color css

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

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

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