Html Css Color HEX #F2E721 Golden Fizz

📋 copy color: '#F2E721'

red 242 ◦ green 231 ◦ blue 33

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

Shades of Golden Fizz #F2E721

Tints of Golden Fizz #F2E721

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.65%

 BLUE value IS 33 (13.28% from 255) = 6.52%

R = 47.83%
G = 45.65%
B = 6.52%

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

#F2E721 (or 0xF2E721) is known color: Golden Fizz. HEX triplet: F2, E7 and 21. RGB value is (242,231,33). Sum of RGB (Red+Green+Blue) = 242+231+33=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 231 (90.62% from 255 or 45.65% from 506); Blue value is 33 (13.28% from 255 or 6.52% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E721 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2E721 is #0D18DE. Grayscale: #D4D4D4. Windows color (decimal): -858335 or 2222066. OLE color: 2222066.

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

Color convert

RGB 242 231 33 -
CMYK 0 0.05 0.86 0.05
HSL 56.84º 0.89% 0.54% -
HSV(B) 56.84º 0.86% 0.95% -
XYZ 65.47 76.14 12.68 -
YUV 211.72 27.14 149.6 -
System Red Green Blue C M Y K H S L
Decimal 242 231 33 0 0.05 0.86 0.05 56.84 0.89 0.54
Hex F2 E7 21 0 5 56 5 39 59 36
Octal 362 347 41 0 5 126 5 71 131 66
Binary 11110010 11100111 100001 0 101 1010110 101 111001 1011001 110110

Color Harmonies of #F2E721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E721

Black with #F2E721

Text Example


Text Example

White with #F2E721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E721; }

 p { color: rgb(242,231,33); }

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

background-color css

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

 a { background-color: rgb(242,231,33); }

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

border-color css

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

 span { border-color: rgb(242,231,33); }

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