Html Css Color HEX #F1ED24 Golden Fizz

📋 copy color: '#F1ED24'

red 241 ◦ green 237 ◦ blue 36

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

Shades of Golden Fizz #F1ED24

Tints of Golden Fizz #F1ED24

RGB

 RED value IS 241 (94.53% from 255) = 46.89%

 GREEN value IS 237 (92.97% from 255) = 46.11%

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

R = 46.89%
G = 46.11%
B = 7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F1ED24 (or 0xF1ED24) is known color: Golden Fizz. HEX triplet: F1, ED and 24. RGB value is (241,237,36). Sum of RGB (Red+Green+Blue) = 241+237+36=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 36 (14.45% from 255 or 7.00% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED24 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1ED24 is #0E12DB. Grayscale: #D8D8D8. Windows color (decimal): -922332 or 2420209. OLE color: 2420209.

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

Color convert

RGB 241 237 36 -
CMYK 0 0.02 0.85 0.05
HSL 58.83º 0.88% 0.54% -
HSV(B) 58.83º 0.85% 0.95% -
XYZ 66.88 79.4 13.47 -
YUV 215.28 26.83 146.34 -
System Red Green Blue C M Y K H S L
Decimal 241 237 36 0 0.02 0.85 0.05 58.83 0.88 0.54
Hex F1 ED 24 0 2 55 5 3B 58 36
Octal 361 355 44 0 2 125 5 73 130 66
Binary 11110001 11101101 100100 0 10 1010101 101 111011 1011000 110110

Color Harmonies of #F1ED24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ED24

Black with #F1ED24

Text Example


Text Example

White with #F1ED24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ED24; }

 p { color: rgb(241,237,36); }

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

background-color css

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

 a { background-color: rgb(241,237,36); }

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

border-color css

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

 span { border-color: rgb(241,237,36); }

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