Html Css Color HEX #F1F02C Golden Fizz

📋 copy color: '#F1F02C'

red 241 ◦ green 240 ◦ blue 44

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

Shades of Golden Fizz #F1F02C

Tints of Golden Fizz #F1F02C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.71%

 BLUE value IS 44 (17.58% from 255) = 8.38%

R = 45.9%
G = 45.71%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1F02C (or 0xF1F02C) is known color: Golden Fizz. HEX triplet: F1, F0 and 2C. RGB value is (241,240,44). Sum of RGB (Red+Green+Blue) = 241+240+44=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 44 (17.58% from 255 or 8.38% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F02C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F02C is #0E0FD3. Grayscale: #DADADA. Windows color (decimal): -921556 or 2945265. OLE color: 2945265.

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

Color convert

RGB 241 240 44 -
CMYK 0 0.00 0.82 0.05
HSL 59.7º 0.88% 0.56% -
HSV(B) 59.7º 0.82% 0.95% -
XYZ 67.89 81.2 14.48 -
YUV 217.96 29.83 144.44 -
System Red Green Blue C M Y K H S L
Decimal 241 240 44 0 0.00 0.82 0.05 59.7 0.88 0.56
Hex F1 F0 2C 0 0 52 5 3C 58 38
Octal 361 360 54 0 0 122 5 74 130 70
Binary 11110001 11110000 101100 0 0 1010010 101 111100 1011000 111000

Color Harmonies of #F1F02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F02C

Black with #F1F02C

Text Example


Text Example

White with #F1F02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F02C; }

 p { color: rgb(241,240,44); }

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

background-color css

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

 a { background-color: rgb(241,240,44); }

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

border-color css

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

 span { border-color: rgb(241,240,44); }

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