Html Css Color HEX #F5E72C Golden Fizz

📋 copy color: '#F5E72C'

red 245 ◦ green 231 ◦ blue 44

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

Shades of Golden Fizz #F5E72C

Tints of Golden Fizz #F5E72C

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.42%

 BLUE value IS 44 (17.58% from 255) = 8.46%

R = 47.12%
G = 44.42%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5E72C (or 0xF5E72C) is known color: Golden Fizz. HEX triplet: F5, E7 and 2C. RGB value is (245,231,44). Sum of RGB (Red+Green+Blue) = 245+231+44=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 231 (90.62% from 255 or 44.42% from 520); Blue value is 44 (17.58% from 255 or 8.46% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E72C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5E72C is #0A18D3. Grayscale: #D6D6D6. Windows color (decimal): -661716 or 2942965. OLE color: 2942965.

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

Color convert

RGB 245 231 44 -
CMYK 0 0.06 0.82 0.04
HSL 55.82º 0.91% 0.57% -
HSV(B) 55.82º 0.82% 0.96% -
XYZ 66.69 76.75 13.68 -
YUV 213.87 32.14 150.21 -
System Red Green Blue C M Y K H S L
Decimal 245 231 44 0 0.06 0.82 0.04 55.82 0.91 0.57
Hex F5 E7 2C 0 6 52 4 38 5B 39
Octal 365 347 54 0 6 122 4 70 133 71
Binary 11110101 11100111 101100 0 110 1010010 100 111000 1011011 111001

Color Harmonies of #F5E72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E72C

Black with #F5E72C

Text Example


Text Example

White with #F5E72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E72C; }

 p { color: rgb(245,231,44); }

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

background-color css

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

 a { background-color: rgb(245,231,44); }

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

border-color css

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

 span { border-color: rgb(245,231,44); }

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