Html Css Color HEX #F2E522 Golden Fizz

📋 copy color: '#F2E522'

red 242 ◦ green 229 ◦ blue 34

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

Shades of Golden Fizz #F2E522

Tints of Golden Fizz #F2E522

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.35%

 BLUE value IS 34 (13.67% from 255) = 6.73%

R = 47.92%
G = 45.35%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F2E522 (or 0xF2E522) is known color: Golden Fizz. HEX triplet: F2, E5 and 22. RGB value is (242,229,34). Sum of RGB (Red+Green+Blue) = 242+229+34=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 229 (89.84% from 255 or 45.35% from 505); Blue value is 34 (13.67% from 255 or 6.73% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E522 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E522 is #0D1ADD. Grayscale: #D3D3D3. Windows color (decimal): -858846 or 2287090. OLE color: 2287090.

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

Color convert

RGB 242 229 34 -
CMYK 0 0.05 0.86 0.05
HSL 56.25º 0.89% 0.54% -
HSV(B) 56.25º 0.86% 0.95% -
XYZ 64.93 75.03 12.57 -
YUV 210.66 28.31 150.36 -
System Red Green Blue C M Y K H S L
Decimal 242 229 34 0 0.05 0.86 0.05 56.25 0.89 0.54
Hex F2 E5 22 0 5 56 5 38 59 36
Octal 362 345 42 0 5 126 5 70 131 66
Binary 11110010 11100101 100010 0 101 1010110 101 111000 1011001 110110

Color Harmonies of #F2E522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E522

Black with #F2E522

Text Example


Text Example

White with #F2E522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E522; }

 p { color: rgb(242,229,34); }

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

background-color css

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

 a { background-color: rgb(242,229,34); }

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

border-color css

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

 span { border-color: rgb(242,229,34); }

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