Html Css Color HEX #F2E129 Golden Fizz

📋 copy color: '#F2E129'

red 242 ◦ green 225 ◦ blue 41

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

Shades of Golden Fizz #F2E129

Tints of Golden Fizz #F2E129

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.29%

 BLUE value IS 41 (16.41% from 255) = 8.07%

R = 47.64%
G = 44.29%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F2E129 (or 0xF2E129) is known color: Golden Fizz. HEX triplet: F2, E1 and 29. RGB value is (242,225,41). Sum of RGB (Red+Green+Blue) = 242+225+41=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 41 (16.41% from 255 or 8.07% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E129 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E129 is #0D1ED6. Grayscale: #D1D1D1. Windows color (decimal): -859863 or 2744818. OLE color: 2744818.

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

Color convert

RGB 242 225 41 -
CMYK 0 0.07 0.83 0.05
HSL 54.93º 0.89% 0.55% -
HSV(B) 54.93º 0.83% 0.95% -
XYZ 63.94 72.89 12.8 -
YUV 209.11 33.13 151.46 -
System Red Green Blue C M Y K H S L
Decimal 242 225 41 0 0.07 0.83 0.05 54.93 0.89 0.55
Hex F2 E1 29 0 7 53 5 37 59 37
Octal 362 341 51 0 7 123 5 67 131 67
Binary 11110010 11100001 101001 0 111 1010011 101 110111 1011001 110111

Color Harmonies of #F2E129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E129

Black with #F2E129

Text Example


Text Example

White with #F2E129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E129; }

 p { color: rgb(242,225,41); }

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

background-color css

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

 a { background-color: rgb(242,225,41); }

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

border-color css

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

 span { border-color: rgb(242,225,41); }

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