Html Css Color HEX #F1DA28 Golden Fizz

📋 copy color: '#F1DA28'

red 241 ◦ green 218 ◦ blue 40

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

Shades of Golden Fizz #F1DA28

Tints of Golden Fizz #F1DA28

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.69%

 BLUE value IS 40 (16.02% from 255) = 8.02%

R = 48.3%
G = 43.69%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F1DA28 (or 0xF1DA28) is known color: Golden Fizz. HEX triplet: F1, DA and 28. RGB value is (241,218,40). Sum of RGB (Red+Green+Blue) = 241+218+40=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 40 (16.02% from 255 or 8.02% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DA28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DA28 is #0E25D7. Grayscale: #CDCDCD. Windows color (decimal): -927192 or 2677489. OLE color: 2677489.

HSL color Cylindrical-coordinate representation of color #F1DA28: hue angle of 53.13º 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 #F1DA28 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 218 40 -
CMYK 0 0.10 0.83 0.05
HSL 53.13º 0.88% 0.55% -
HSV(B) 53.13º 0.83% 0.95% -
XYZ 61.73 69 12.07 -
YUV 204.59 35.12 153.97 -
System Red Green Blue C M Y K H S L
Decimal 241 218 40 0 0.10 0.83 0.05 53.13 0.88 0.55
Hex F1 DA 28 0 A 53 5 35 58 37
Octal 361 332 50 0 12 123 5 65 130 67
Binary 11110001 11011010 101000 0 1010 1010011 101 110101 1011000 110111

Color Harmonies of #F1DA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DA28

Black with #F1DA28

Text Example


Text Example

White with #F1DA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DA28; }

 p { color: rgb(241,218,40); }

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

background-color css

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

 a { background-color: rgb(241,218,40); }

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

border-color css

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

 span { border-color: rgb(241,218,40); }

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