Html Css Color HEX #F5E32C Golden Fizz

📋 copy color: '#F5E32C'

red 245 ◦ green 227 ◦ blue 44

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

Shades of Golden Fizz #F5E32C

Tints of Golden Fizz #F5E32C

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.99%

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

R = 47.48%
G = 43.99%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5E32C (or 0xF5E32C) is known color: Golden Fizz. HEX triplet: F5, E3 and 2C. RGB value is (245,227,44). Sum of RGB (Red+Green+Blue) = 245+227+44=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 227 (89.06% from 255 or 43.99% from 516); Blue value is 44 (17.58% from 255 or 8.53% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E32C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E32C is #0A1CD3. Grayscale: #D4D4D4. Windows color (decimal): -662740 or 2941941. OLE color: 2941941.

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

Color convert

RGB 245 227 44 -
CMYK 0 0.07 0.82 0.04
HSL 54.63º 0.91% 0.57% -
HSV(B) 54.63º 0.82% 0.96% -
XYZ 65.58 74.53 13.31 -
YUV 211.52 33.46 151.88 -
System Red Green Blue C M Y K H S L
Decimal 245 227 44 0 0.07 0.82 0.04 54.63 0.91 0.57
Hex F5 E3 2C 0 7 52 4 37 5B 39
Octal 365 343 54 0 7 122 4 67 133 71
Binary 11110101 11100011 101100 0 111 1010010 100 110111 1011011 111001

Color Harmonies of #F5E32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E32C

Black with #F5E32C

Text Example


Text Example

White with #F5E32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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