Html Css Color HEX #F5E32B Golden Fizz

📋 copy color: '#F5E32B'

red 245 ◦ green 227 ◦ blue 43

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

Shades of Golden Fizz #F5E32B

Tints of Golden Fizz #F5E32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.35%

R = 47.57%
G = 44.08%
B = 8.35%

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

#F5E32B (or 0xF5E32B) is known color: Golden Fizz. HEX triplet: F5, E3 and 2B. RGB value is (245,227,43). Sum of RGB (Red+Green+Blue) = 245+227+43=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 43 (17.19% from 255 or 8.35% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E32B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E32B is #0A1CD4. Grayscale: #D4D4D4. Windows color (decimal): -662741 or 2876405. OLE color: 2876405.

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

Color convert

RGB 245 227 43 -
CMYK 0 0.07 0.82 0.04
HSL 54.65º 0.91% 0.56% -
HSV(B) 54.65º 0.82% 0.96% -
XYZ 65.56 74.53 13.21 -
YUV 211.41 32.96 151.96 -
System Red Green Blue C M Y K H S L
Decimal 245 227 43 0 0.07 0.82 0.04 54.65 0.91 0.56
Hex F5 E3 2B 0 7 52 4 37 5B 38
Octal 365 343 53 0 7 122 4 67 133 70
Binary 11110101 11100011 101011 0 111 1010010 100 110111 1011011 111000

Color Harmonies of #F5E32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E32B

Black with #F5E32B

Text Example


Text Example

White with #F5E32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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