Html Css Color HEX #F2E42C Golden Fizz

📋 copy color: '#F2E42C'

red 242 ◦ green 228 ◦ blue 44

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

Shades of Golden Fizz #F2E42C

Tints of Golden Fizz #F2E42C

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.36%

 BLUE value IS 44 (17.58% from 255) = 8.56%

R = 47.08%
G = 44.36%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2E42C (or 0xF2E42C) is known color: Golden Fizz. HEX triplet: F2, E4 and 2C. RGB value is (242,228,44). Sum of RGB (Red+Green+Blue) = 242+228+44=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 228 (89.45% from 255 or 44.36% from 514); Blue value is 44 (17.58% from 255 or 8.56% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E42C is #0D1BD3. Grayscale: #D3D3D3. Windows color (decimal): -859092 or 2942194. OLE color: 2942194.

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

Color convert

RGB 242 228 44 -
CMYK 0 0.06 0.82 0.05
HSL 55.76º 0.88% 0.56% -
HSV(B) 55.76º 0.82% 0.95% -
XYZ 64.82 74.55 13.36 -
YUV 211.21 33.64 149.96 -
System Red Green Blue C M Y K H S L
Decimal 242 228 44 0 0.06 0.82 0.05 55.76 0.88 0.56
Hex F2 E4 2C 0 6 52 5 38 58 38
Octal 362 344 54 0 6 122 5 70 130 70
Binary 11110010 11100100 101100 0 110 1010010 101 111000 1011000 111000

Color Harmonies of #F2E42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E42C

Black with #F2E42C

Text Example


Text Example

White with #F2E42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E42C; }

 p { color: rgb(242,228,44); }

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

background-color css

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

 a { background-color: rgb(242,228,44); }

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

border-color css

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

 span { border-color: rgb(242,228,44); }

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