Html Css Color HEX #F2E924 Golden Fizz

📋 copy color: '#F2E924'

red 242 ◦ green 233 ◦ blue 36

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

Shades of Golden Fizz #F2E924

Tints of Golden Fizz #F2E924

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.6%

 BLUE value IS 36 (14.45% from 255) = 7.05%

R = 47.36%
G = 45.6%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F2E924 (or 0xF2E924) is known color: Golden Fizz. HEX triplet: F2, E9 and 24. RGB value is (242,233,36). Sum of RGB (Red+Green+Blue) = 242+233+36=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 233 (91.41% from 255 or 45.60% from 511); Blue value is 36 (14.45% from 255 or 7.05% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E924 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2E924 is #0D16DB. Grayscale: #D6D6D6. Windows color (decimal): -857820 or 2419186. OLE color: 2419186.

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

Color convert

RGB 242 233 36 -
CMYK 0 0.04 0.85 0.05
HSL 57.38º 0.89% 0.55% -
HSV(B) 57.38º 0.85% 0.95% -
XYZ 66.08 77.28 13.1 -
YUV 213.23 27.98 148.52 -
System Red Green Blue C M Y K H S L
Decimal 242 233 36 0 0.04 0.85 0.05 57.38 0.89 0.55
Hex F2 E9 24 0 4 55 5 39 59 37
Octal 362 351 44 0 4 125 5 71 131 67
Binary 11110010 11101001 100100 0 100 1010101 101 111001 1011001 110111

Color Harmonies of #F2E924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E924

Black with #F2E924

Text Example


Text Example

White with #F2E924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E924; }

 p { color: rgb(242,233,36); }

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

background-color css

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

 a { background-color: rgb(242,233,36); }

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

border-color css

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

 span { border-color: rgb(242,233,36); }

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