Html Css Color HEX #F5E32E Golden Fizz

📋 copy color: '#F5E32E'

red 245 ◦ green 227 ◦ blue 46

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

Shades of Golden Fizz #F5E32E

Tints of Golden Fizz #F5E32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.88%

R = 47.3%
G = 43.82%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F5E32E (or 0xF5E32E) is known color: Golden Fizz. HEX triplet: F5, E3 and 2E. RGB value is (245,227,46). Sum of RGB (Red+Green+Blue) = 245+227+46=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 227 (89.06% from 255 or 43.82% from 518); Blue value is 46 (18.36% from 255 or 8.88% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E32E is #0A1CD1. Grayscale: #D4D4D4. Windows color (decimal): -662738 or 3073013. OLE color: 3073013.

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

Color convert

RGB 245 227 46 -
CMYK 0 0.07 0.81 0.04
HSL 54.57º 0.91% 0.57% -
HSV(B) 54.57º 0.81% 0.96% -
XYZ 65.62 74.55 13.52 -
YUV 211.75 34.46 151.72 -
System Red Green Blue C M Y K H S L
Decimal 245 227 46 0 0.07 0.81 0.04 54.57 0.91 0.57
Hex F5 E3 2E 0 7 51 4 37 5B 39
Octal 365 343 56 0 7 121 4 67 133 71
Binary 11110101 11100011 101110 0 111 1010001 100 110111 1011011 111001

Color Harmonies of #F5E32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E32E

Black with #F5E32E

Text Example


Text Example

White with #F5E32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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