Html Css Color HEX #F0ED22 Golden Fizz

📋 copy color: '#F0ED22'

red 240 ◦ green 237 ◦ blue 34

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

Shades of Golden Fizz #F0ED22

Tints of Golden Fizz #F0ED22

RGB

 RED value IS 240 (94.14% from 255) = 46.97%

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

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

R = 46.97%
G = 46.38%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F0ED22 (or 0xF0ED22) is known color: Golden Fizz. HEX triplet: F0, ED and 22. RGB value is (240,237,34). Sum of RGB (Red+Green+Blue) = 240+237+34=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 237 (92.97% from 255 or 46.38% from 511); Blue value is 34 (13.67% from 255 or 6.65% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ED22 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0ED22 is #0F12DD. Grayscale: #D7D7D7. Windows color (decimal): -987870 or 2289136. OLE color: 2289136.

HSL color Cylindrical-coordinate representation of color #F0ED22: hue angle of 59.13º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F0ED22 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 237 34 -
CMYK 0 0.01 0.86 0.06
HSL 59.13º 0.87% 0.54% -
HSV(B) 59.13º 0.86% 0.94% -
XYZ 66.51 79.21 13.3 -
YUV 214.76 25.99 146.01 -
System Red Green Blue C M Y K H S L
Decimal 240 237 34 0 0.01 0.86 0.06 59.13 0.87 0.54
Hex F0 ED 22 0 1 56 6 3B 57 36
Octal 360 355 42 0 1 126 6 73 127 66
Binary 11110000 11101101 100010 0 1 1010110 110 111011 1010111 110110

Color Harmonies of #F0ED22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ED22

Black with #F0ED22

Text Example


Text Example

White with #F0ED22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ED22; }

 p { color: rgb(240,237,34); }

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

background-color css

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

 a { background-color: rgb(240,237,34); }

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

border-color css

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

 span { border-color: rgb(240,237,34); }

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