Html Css Color HEX #F1E52A Golden Fizz

📋 copy color: '#F1E52A'

red 241 ◦ green 229 ◦ blue 42

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

Shades of Golden Fizz #F1E52A

Tints of Golden Fizz #F1E52A

RGB

 RED value IS 241 (94.53% from 255) = 47.07%

 GREEN value IS 229 (89.84% from 255) = 44.73%

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

R = 47.07%
G = 44.73%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F1E52A (or 0xF1E52A) is known color: Golden Fizz. HEX triplet: F1, E5 and 2A. RGB value is (241,229,42). Sum of RGB (Red+Green+Blue) = 241+229+42=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 229 (89.84% from 255 or 44.73% from 512); Blue value is 42 (16.80% from 255 or 8.20% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E52A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1E52A is #0E1AD5. Grayscale: #D4D4D4. Windows color (decimal): -924374 or 2811377. OLE color: 2811377.

HSL color Cylindrical-coordinate representation of color #F1E52A: hue angle of 56.38º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F1E52A is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 229 42 -
CMYK 0 0.05 0.83 0.05
HSL 56.38º 0.88% 0.55% -
HSV(B) 56.38º 0.83% 0.95% -
XYZ 64.71 74.91 13.24 -
YUV 211.27 32.48 149.21 -
System Red Green Blue C M Y K H S L
Decimal 241 229 42 0 0.05 0.83 0.05 56.38 0.88 0.55
Hex F1 E5 2A 0 5 53 5 38 58 37
Octal 361 345 52 0 5 123 5 70 130 67
Binary 11110001 11100101 101010 0 101 1010011 101 111000 1011000 110111

Color Harmonies of #F1E52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E52A

Black with #F1E52A

Text Example


Text Example

White with #F1E52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E52A; }

 p { color: rgb(241,229,42); }

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

background-color css

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

 a { background-color: rgb(241,229,42); }

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

border-color css

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

 span { border-color: rgb(241,229,42); }

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