Html Css Color HEX #F1DF20 Golden Fizz

📋 copy color: '#F1DF20'

red 241 ◦ green 223 ◦ blue 32

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

Shades of Golden Fizz #F1DF20

Tints of Golden Fizz #F1DF20

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.96%

 BLUE value IS 32 (12.89% from 255) = 6.45%

R = 48.59%
G = 44.96%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F1DF20 (or 0xF1DF20) is known color: Golden Fizz. HEX triplet: F1, DF and 20. RGB value is (241,223,32). Sum of RGB (Red+Green+Blue) = 241+223+32=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 32 (12.89% from 255 or 6.45% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DF20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DF20 is #0E20DF. Grayscale: #CFCFCF. Windows color (decimal): -925920 or 2154481. OLE color: 2154481.

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

Color convert

RGB 241 223 32 -
CMYK 0 0.07 0.87 0.05
HSL 54.83º 0.88% 0.54% -
HSV(B) 54.83º 0.87% 0.95% -
XYZ 62.92 71.58 11.87 -
YUV 206.61 29.46 152.53 -
System Red Green Blue C M Y K H S L
Decimal 241 223 32 0 0.07 0.87 0.05 54.83 0.88 0.54
Hex F1 DF 20 0 7 57 5 37 58 36
Octal 361 337 40 0 7 127 5 67 130 66
Binary 11110001 11011111 100000 0 111 1010111 101 110111 1011000 110110

Color Harmonies of #F1DF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DF20

Black with #F1DF20

Text Example


Text Example

White with #F1DF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DF20; }

 p { color: rgb(241,223,32); }

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

background-color css

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

 a { background-color: rgb(241,223,32); }

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

border-color css

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

 span { border-color: rgb(241,223,32); }

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