Html Css Color HEX #F2E824 Golden Fizz

📋 copy color: '#F2E824'

red 242 ◦ green 232 ◦ blue 36

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

Shades of Golden Fizz #F2E824

Tints of Golden Fizz #F2E824

RGB

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

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

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

R = 47.45%
G = 45.49%
B = 7.06%

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

#F2E824 (or 0xF2E824) is known color: Golden Fizz. HEX triplet: F2, E8 and 24. RGB value is (242,232,36). Sum of RGB (Red+Green+Blue) = 242+232+36=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 232 (91.02% from 255 or 45.49% from 510); Blue value is 36 (14.45% from 255 or 7.06% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E824 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2E824 is #0D17DB. Grayscale: #D5D5D5. Windows color (decimal): -858076 or 2418930. OLE color: 2418930.

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

Color convert

RGB 242 232 36 -
CMYK 0 0.04 0.85 0.05
HSL 57.09º 0.89% 0.55% -
HSV(B) 57.09º 0.85% 0.95% -
XYZ 65.79 76.72 13.01 -
YUV 212.65 28.31 148.94 -
System Red Green Blue C M Y K H S L
Decimal 242 232 36 0 0.04 0.85 0.05 57.09 0.89 0.55
Hex F2 E8 24 0 4 55 5 39 59 37
Octal 362 350 44 0 4 125 5 71 131 67
Binary 11110010 11101000 100100 0 100 1010101 101 111001 1011001 110111

Color Harmonies of #F2E824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E824

Black with #F2E824

Text Example


Text Example

White with #F2E824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E824; }

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

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

background-color css

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

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

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

border-color css

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

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

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