Html Css Color HEX #F5E825 Golden Fizz

📋 copy color: '#F5E825'

red 245 ◦ green 232 ◦ blue 37

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

Shades of Golden Fizz #F5E825

Tints of Golden Fizz #F5E825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.2%

R = 47.67%
G = 45.14%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F5E825 (or 0xF5E825) is known color: Golden Fizz. HEX triplet: F5, E8 and 25. RGB value is (245,232,37). Sum of RGB (Red+Green+Blue) = 245+232+37=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 37 (14.84% from 255 or 7.20% from 514); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E825 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5E825 is #0A17DA. Grayscale: #D6D6D6. Windows color (decimal): -661467 or 2484469. OLE color: 2484469.

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

Color convert

RGB 245 232 37 -
CMYK 0 0.05 0.85 0.04
HSL 56.25º 0.91% 0.55% -
HSV(B) 56.25º 0.85% 0.96% -
XYZ 66.85 77.26 13.14 -
YUV 213.66 28.31 150.36 -
System Red Green Blue C M Y K H S L
Decimal 245 232 37 0 0.05 0.85 0.04 56.25 0.91 0.55
Hex F5 E8 25 0 5 55 4 38 5B 37
Octal 365 350 45 0 5 125 4 70 133 67
Binary 11110101 11101000 100101 0 101 1010101 100 111000 1011011 110111

Color Harmonies of #F5E825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E825

Black with #F5E825

Text Example


Text Example

White with #F5E825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E825; }

 p { color: rgb(245,232,37); }

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

background-color css

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

 a { background-color: rgb(245,232,37); }

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

border-color css

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

 span { border-color: rgb(245,232,37); }

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