Html Css Color HEX #F2E03A Golden Fizz

📋 copy color: '#F2E03A'

red 242 ◦ green 224 ◦ blue 58

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

Shades of Golden Fizz #F2E03A

Tints of Golden Fizz #F2E03A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.07%

R = 46.18%
G = 42.75%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2E03A (or 0xF2E03A) is known color: Golden Fizz. HEX triplet: F2, E0 and 3A. RGB value is (242,224,58). Sum of RGB (Red+Green+Blue) = 242+224+58=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 58 (23.05% from 255 or 11.07% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E03A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E03A is #0D1FC5. Grayscale: #D3D3D3. Windows color (decimal): -860102 or 3858674. OLE color: 3858674.

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

Color convert

RGB 242 224 58 -
CMYK 0 0.07 0.76 0.05
HSL 54.13º 0.88% 0.59% -
HSV(B) 54.13º 0.76% 0.95% -
XYZ 64.04 72.49 14.62 -
YUV 210.46 41.96 150.5 -
System Red Green Blue C M Y K H S L
Decimal 242 224 58 0 0.07 0.76 0.05 54.13 0.88 0.59
Hex F2 E0 3A 0 7 4C 5 36 58 3B
Octal 362 340 72 0 7 114 5 66 130 73
Binary 11110010 11100000 111010 0 111 1001100 101 110110 1011000 111011

Color Harmonies of #F2E03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E03A

Black with #F2E03A

Text Example


Text Example

White with #F2E03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E03A; }

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

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

background-color css

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

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

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

border-color css

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

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

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