Html Css Color HEX #F1DC40 Golden Fizz

📋 copy color: '#F1DC40'

red 241 ◦ green 220 ◦ blue 64

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

Shades of Golden Fizz #F1DC40

Tints of Golden Fizz #F1DC40

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.9%

 BLUE value IS 64 (25.39% from 255) = 12.19%

R = 45.9%
G = 41.9%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F1DC40 (or 0xF1DC40) is known color: Golden Fizz. HEX triplet: F1, DC and 40. RGB value is (241,220,64). Sum of RGB (Red+Green+Blue) = 241+220+64=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 64 (25.39% from 255 or 12.19% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DC40 is #0E23BF. Grayscale: #D1D1D1. Windows color (decimal): -926656 or 4250865. OLE color: 4250865.

HSL color Cylindrical-coordinate representation of color #F1DC40: hue angle of 52.88º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F1DC40 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 220 64 -
CMYK 0 0.09 0.73 0.05
HSL 52.88º 0.86% 0.6% -
HSV(B) 52.88º 0.73% 0.95% -
XYZ 62.79 70.26 15.1 -
YUV 208.5 46.46 151.18 -
System Red Green Blue C M Y K H S L
Decimal 241 220 64 0 0.09 0.73 0.05 52.88 0.86 0.6
Hex F1 DC 40 0 9 49 5 35 56 3C
Octal 361 334 100 0 11 111 5 65 126 74
Binary 11110001 11011100 1000000 0 1001 1001001 101 110101 1010110 111100

Color Harmonies of #F1DC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DC40

Black with #F1DC40

Text Example


Text Example

White with #F1DC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DC40; }

 p { color: rgb(241,220,64); }

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

background-color css

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

 a { background-color: rgb(241,220,64); }

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

border-color css

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

 span { border-color: rgb(241,220,64); }

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