Html Css Color HEX #F2E826 Golden Fizz

📋 copy color: '#F2E826'

red 242 ◦ green 232 ◦ blue 38

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

Shades of Golden Fizz #F2E826

Tints of Golden Fizz #F2E826

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.31%

 BLUE value IS 38 (15.23% from 255) = 7.42%

R = 47.27%
G = 45.31%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F2E826 (or 0xF2E826) is known color: Golden Fizz. HEX triplet: F2, E8 and 26. RGB value is (242,232,38). Sum of RGB (Red+Green+Blue) = 242+232+38=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 232 (91.02% from 255 or 45.31% from 512); Blue value is 38 (15.23% from 255 or 7.42% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E826 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2E826 is #0D17D9. Grayscale: #D5D5D5. Windows color (decimal): -858074 or 2550002. OLE color: 2550002.

HSL color Cylindrical-coordinate representation of color #F2E826: hue angle of 57.06º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F2E826 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 232 38 -
CMYK 0 0.04 0.84 0.05
HSL 57.06º 0.89% 0.55% -
HSV(B) 57.06º 0.84% 0.95% -
XYZ 65.82 76.73 13.17 -
YUV 212.87 29.31 148.77 -
System Red Green Blue C M Y K H S L
Decimal 242 232 38 0 0.04 0.84 0.05 57.06 0.89 0.55
Hex F2 E8 26 0 4 54 5 39 59 37
Octal 362 350 46 0 4 124 5 71 131 67
Binary 11110010 11101000 100110 0 100 1010100 101 111001 1011001 110111

Color Harmonies of #F2E826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E826

Black with #F2E826

Text Example


Text Example

White with #F2E826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E826; }

 p { color: rgb(242,232,38); }

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

background-color css

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

 a { background-color: rgb(242,232,38); }

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

border-color css

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

 span { border-color: rgb(242,232,38); }

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