Html Css Color HEX #F1DF32 Golden Fizz

📋 copy color: '#F1DF32'

red 241 ◦ green 223 ◦ blue 50

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

Shades of Golden Fizz #F1DF32

Tints of Golden Fizz #F1DF32

RGB

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

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

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

R = 46.89%
G = 43.39%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F1DF32 (or 0xF1DF32) is known color: Golden Fizz. HEX triplet: F1, DF and 32. RGB value is (241,223,50). Sum of RGB (Red+Green+Blue) = 241+223+50=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 50 (19.92% from 255 or 9.73% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DF32 is #0E20CD. Grayscale: #D1D1D1. Windows color (decimal): -925902 or 3334129. OLE color: 3334129.

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

Color convert

RGB 241 223 50 -
CMYK 0 0.07 0.79 0.05
HSL 54.35º 0.87% 0.57% -
HSV(B) 54.35º 0.79% 0.95% -
XYZ 63.24 71.71 13.53 -
YUV 208.66 38.46 151.07 -
System Red Green Blue C M Y K H S L
Decimal 241 223 50 0 0.07 0.79 0.05 54.35 0.87 0.57
Hex F1 DF 32 0 7 4F 5 36 57 39
Octal 361 337 62 0 7 117 5 66 127 71
Binary 11110001 11011111 110010 0 111 1001111 101 110110 1010111 111001

Color Harmonies of #F1DF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DF32

Black with #F1DF32

Text Example


Text Example

White with #F1DF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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