Html Css Color HEX #F2E02F Golden Fizz

📋 copy color: '#F2E02F'

red 242 ◦ green 224 ◦ blue 47

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

Shades of Golden Fizz #F2E02F

Tints of Golden Fizz #F2E02F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.66%

 BLUE value IS 47 (18.75% from 255) = 9.16%

R = 47.17%
G = 43.66%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2E02F (or 0xF2E02F) is known color: Golden Fizz. HEX triplet: F2, E0 and 2F. RGB value is (242,224,47). Sum of RGB (Red+Green+Blue) = 242+224+47=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 224 (87.89% from 255 or 43.66% from 513); Blue value is 47 (18.75% from 255 or 9.16% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E02F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E02F is #0D1FD0. Grayscale: #D1D1D1. Windows color (decimal): -860113 or 3137778. OLE color: 3137778.

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

Color convert

RGB 242 224 47 -
CMYK 0 0.07 0.81 0.05
HSL 54.46º 0.88% 0.57% -
HSV(B) 54.46º 0.81% 0.95% -
XYZ 63.79 72.39 13.3 -
YUV 209.2 36.46 151.39 -
System Red Green Blue C M Y K H S L
Decimal 242 224 47 0 0.07 0.81 0.05 54.46 0.88 0.57
Hex F2 E0 2F 0 7 51 5 36 58 39
Octal 362 340 57 0 7 121 5 66 130 71
Binary 11110010 11100000 101111 0 111 1010001 101 110110 1011000 111001

Color Harmonies of #F2E02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E02F

Black with #F2E02F

Text Example


Text Example

White with #F2E02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E02F; }

 p { color: rgb(242,224,47); }

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

background-color css

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

 a { background-color: rgb(242,224,47); }

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

border-color css

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

 span { border-color: rgb(242,224,47); }

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