Html Css Color HEX #F5E129 Golden Fizz

📋 copy color: '#F5E129'

red 245 ◦ green 225 ◦ blue 41

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

Shades of Golden Fizz #F5E129

Tints of Golden Fizz #F5E129

RGB

 RED value IS 245 (96.09% from 255) = 47.95%

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

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

R = 47.95%
G = 44.03%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F5E129 (or 0xF5E129) is known color: Golden Fizz. HEX triplet: F5, E1 and 29. RGB value is (245,225,41). Sum of RGB (Red+Green+Blue) = 245+225+41=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 41 (16.41% from 255 or 8.02% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E129 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E129 is #0A1ED6. Grayscale: #D2D2D2. Windows color (decimal): -663255 or 2744821. OLE color: 2744821.

HSL color Cylindrical-coordinate representation of color #F5E129: hue angle of 54.12º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F5E129 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 225 41 -
CMYK 0 0.08 0.83 0.04
HSL 54.12º 0.91% 0.56% -
HSV(B) 54.12º 0.83% 0.96% -
XYZ 64.98 73.42 12.84 -
YUV 210 32.63 152.96 -
System Red Green Blue C M Y K H S L
Decimal 245 225 41 0 0.08 0.83 0.04 54.12 0.91 0.56
Hex F5 E1 29 0 8 53 4 36 5B 38
Octal 365 341 51 0 10 123 4 66 133 70
Binary 11110101 11100001 101001 0 1000 1010011 100 110110 1011011 111000

Color Harmonies of #F5E129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E129

Black with #F5E129

Text Example


Text Example

White with #F5E129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E129; }

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

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

background-color css

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

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

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

border-color css

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

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

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