Html Css Color HEX #F2E82B Golden Fizz

📋 copy color: '#F2E82B'

red 242 ◦ green 232 ◦ blue 43

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

Shades of Golden Fizz #F2E82B

Tints of Golden Fizz #F2E82B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.32%

R = 46.81%
G = 44.87%
B = 8.32%

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

#F2E82B (or 0xF2E82B) is known color: Golden Fizz. HEX triplet: F2, E8 and 2B. RGB value is (242,232,43). Sum of RGB (Red+Green+Blue) = 242+232+43=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 232 (91.02% from 255 or 44.87% from 517); Blue value is 43 (17.19% from 255 or 8.32% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E82B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2E82B is #0D17D4. Grayscale: #D6D6D6. Windows color (decimal): -858069 or 2877682. OLE color: 2877682.

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

Color convert

RGB 242 232 43 -
CMYK 0 0.04 0.82 0.05
HSL 56.98º 0.88% 0.56% -
HSV(B) 56.98º 0.82% 0.95% -
XYZ 65.91 76.76 13.63 -
YUV 213.44 31.81 148.37 -
System Red Green Blue C M Y K H S L
Decimal 242 232 43 0 0.04 0.82 0.05 56.98 0.88 0.56
Hex F2 E8 2B 0 4 52 5 39 58 38
Octal 362 350 53 0 4 122 5 71 130 70
Binary 11110010 11101000 101011 0 100 1010010 101 111001 1011000 111000

Color Harmonies of #F2E82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E82B

Black with #F2E82B

Text Example


Text Example

White with #F2E82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E82B; }

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

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

background-color css

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

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

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

border-color css

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

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

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