Html Css Color HEX #F2E236 Golden Fizz

📋 copy color: '#F2E236'

red 242 ◦ green 226 ◦ blue 54

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

Shades of Golden Fizz #F2E236

Tints of Golden Fizz #F2E236

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.3%

 BLUE value IS 54 (21.48% from 255) = 10.34%

R = 46.36%
G = 43.3%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F2E236 (or 0xF2E236) is known color: Golden Fizz. HEX triplet: F2, E2 and 36. RGB value is (242,226,54). Sum of RGB (Red+Green+Blue) = 242+226+54=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 226 (88.67% from 255 or 43.30% from 522); Blue value is 54 (21.48% from 255 or 10.34% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E236 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E236 is #0D1DC9. Grayscale: #D3D3D3. Windows color (decimal): -859594 or 3597042. OLE color: 3597042.

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

Color convert

RGB 242 226 54 -
CMYK 0 0.07 0.78 0.05
HSL 54.89º 0.88% 0.58% -
HSV(B) 54.89º 0.78% 0.95% -
XYZ 64.48 73.54 14.29 -
YUV 211.18 39.3 149.99 -
System Red Green Blue C M Y K H S L
Decimal 242 226 54 0 0.07 0.78 0.05 54.89 0.88 0.58
Hex F2 E2 36 0 7 4E 5 37 58 3A
Octal 362 342 66 0 7 116 5 67 130 72
Binary 11110010 11100010 110110 0 111 1001110 101 110111 1011000 111010

Color Harmonies of #F2E236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E236

Black with #F2E236

Text Example


Text Example

White with #F2E236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E236; }

 p { color: rgb(242,226,54); }

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

background-color css

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

 a { background-color: rgb(242,226,54); }

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

border-color css

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

 span { border-color: rgb(242,226,54); }

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