Html Css Color HEX #F1DA32 Golden Fizz

📋 copy color: '#F1DA32'

red 241 ◦ green 218 ◦ blue 50

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

Shades of Golden Fizz #F1DA32

Tints of Golden Fizz #F1DA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.82%

R = 47.35%
G = 42.83%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F1DA32 (or 0xF1DA32) is known color: Golden Fizz. HEX triplet: F1, DA and 32. RGB value is (241,218,50). Sum of RGB (Red+Green+Blue) = 241+218+50=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 50 (19.92% from 255 or 9.82% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DA32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DA32 is #0E25CD. Grayscale: #CECECE. Windows color (decimal): -927182 or 3332849. OLE color: 3332849.

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

Color convert

RGB 241 218 50 -
CMYK 0 0.10 0.79 0.05
HSL 52.77º 0.87% 0.57% -
HSV(B) 52.77º 0.79% 0.95% -
XYZ 61.92 69.07 13.09 -
YUV 205.73 40.12 153.16 -
System Red Green Blue C M Y K H S L
Decimal 241 218 50 0 0.10 0.79 0.05 52.77 0.87 0.57
Hex F1 DA 32 0 A 4F 5 35 57 39
Octal 361 332 62 0 12 117 5 65 127 71
Binary 11110001 11011010 110010 0 1010 1001111 101 110101 1010111 111001

Color Harmonies of #F1DA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DA32

Black with #F1DA32

Text Example


Text Example

White with #F1DA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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