Html Css Color HEX #F2E026 Golden Fizz

📋 copy color: '#F2E026'

red 242 ◦ green 224 ◦ blue 38

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

Shades of Golden Fizz #F2E026

Tints of Golden Fizz #F2E026

RGB

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

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

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

R = 48.02%
G = 44.44%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F2E026 (or 0xF2E026) is known color: Golden Fizz. HEX triplet: F2, E0 and 26. RGB value is (242,224,38). Sum of RGB (Red+Green+Blue) = 242+224+38=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 38 (15.23% from 255 or 7.54% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E026 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E026 is #0D1FD9. Grayscale: #D0D0D0. Windows color (decimal): -860122 or 2547954. OLE color: 2547954.

HSL color Cylindrical-coordinate representation of color #F2E026: hue angle of 54.71º 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 #F2E026 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 224 38 -
CMYK 0 0.07 0.84 0.05
HSL 54.71º 0.89% 0.55% -
HSV(B) 54.71º 0.84% 0.95% -
XYZ 63.62 72.33 12.44 -
YUV 208.18 31.96 152.12 -
System Red Green Blue C M Y K H S L
Decimal 242 224 38 0 0.07 0.84 0.05 54.71 0.89 0.55
Hex F2 E0 26 0 7 54 5 37 59 37
Octal 362 340 46 0 7 124 5 67 131 67
Binary 11110010 11100000 100110 0 111 1010100 101 110111 1011001 110111

Color Harmonies of #F2E026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E026

Black with #F2E026

Text Example


Text Example

White with #F2E026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E026; }

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

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

background-color css

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

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

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

border-color css

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

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

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