Html Css Color HEX #F2ED34 Golden Fizz

📋 copy color: '#F2ED34'

red 242 ◦ green 237 ◦ blue 52

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

Shades of Golden Fizz #F2ED34

Tints of Golden Fizz #F2ED34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 9.79%

R = 45.57%
G = 44.63%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F2ED34 (or 0xF2ED34) is known color: Golden Fizz. HEX triplet: F2, ED and 34. RGB value is (242,237,52). Sum of RGB (Red+Green+Blue) = 242+237+52=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 52 (20.70% from 255 or 9.79% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2ED34 is #0D12CB. Grayscale: #DADADA. Windows color (decimal): -856780 or 3468786. OLE color: 3468786.

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

Color convert

RGB 242 237 52 -
CMYK 0 0.02 0.79 0.05
HSL 58.42º 0.88% 0.58% -
HSV(B) 58.42º 0.79% 0.95% -
XYZ 67.52 79.69 15.07 -
YUV 217.41 34.66 145.54 -
System Red Green Blue C M Y K H S L
Decimal 242 237 52 0 0.02 0.79 0.05 58.42 0.88 0.58
Hex F2 ED 34 0 2 4F 5 3A 58 3A
Octal 362 355 64 0 2 117 5 72 130 72
Binary 11110010 11101101 110100 0 10 1001111 101 111010 1011000 111010

Color Harmonies of #F2ED34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ED34

Black with #F2ED34

Text Example


Text Example

White with #F2ED34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ED34; }

 p { color: rgb(242,237,52); }

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

background-color css

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

 a { background-color: rgb(242,237,52); }

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

border-color css

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

 span { border-color: rgb(242,237,52); }

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