Html Css Color HEX #F5E32A Golden Fizz

📋 copy color: '#F5E32A'

red 245 ◦ green 227 ◦ blue 42

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

Shades of Golden Fizz #F5E32A

Tints of Golden Fizz #F5E32A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.17%

R = 47.67%
G = 44.16%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F5E32A (or 0xF5E32A) is known color: Golden Fizz. HEX triplet: F5, E3 and 2A. RGB value is (245,227,42). Sum of RGB (Red+Green+Blue) = 245+227+42=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 227 (89.06% from 255 or 44.16% from 514); Blue value is 42 (16.80% from 255 or 8.17% from 514); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E32A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E32A is #0A1CD5. Grayscale: #D4D4D4. Windows color (decimal): -662742 or 2810869. OLE color: 2810869.

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

Color convert

RGB 245 227 42 -
CMYK 0 0.07 0.83 0.04
HSL 54.68º 0.91% 0.56% -
HSV(B) 54.68º 0.83% 0.96% -
XYZ 65.54 74.52 13.12 -
YUV 211.29 32.46 152.04 -
System Red Green Blue C M Y K H S L
Decimal 245 227 42 0 0.07 0.83 0.04 54.68 0.91 0.56
Hex F5 E3 2A 0 7 53 4 37 5B 38
Octal 365 343 52 0 7 123 4 67 133 70
Binary 11110101 11100011 101010 0 111 1010011 100 110111 1011011 111000

Color Harmonies of #F5E32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E32A

Black with #F5E32A

Text Example


Text Example

White with #F5E32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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