Html Css Color HEX #F1D732 Golden Fizz

📋 copy color: '#F1D732'

red 241 ◦ green 215 ◦ blue 50

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

Shades of Golden Fizz #F1D732

Tints of Golden Fizz #F1D732

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.49%

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

R = 47.63%
G = 42.49%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F1D732 (or 0xF1D732) is known color: Golden Fizz. HEX triplet: F1, D7 and 32. RGB value is (241,215,50). Sum of RGB (Red+Green+Blue) = 241+215+50=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 215 (84.38% from 255 or 42.49% from 506); Blue value is 50 (19.92% from 255 or 9.88% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D732 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D732 is #0E28CD. Grayscale: #CCCCCC. Windows color (decimal): -927950 or 3332081. OLE color: 3332081.

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

Color convert

RGB 241 215 50 -
CMYK 0 0.11 0.79 0.05
HSL 51.83º 0.87% 0.57% -
HSV(B) 51.83º 0.79% 0.95% -
XYZ 61.15 67.53 12.83 -
YUV 203.96 41.11 154.42 -
System Red Green Blue C M Y K H S L
Decimal 241 215 50 0 0.11 0.79 0.05 51.83 0.87 0.57
Hex F1 D7 32 0 B 4F 5 34 57 39
Octal 361 327 62 0 13 117 5 64 127 71
Binary 11110001 11010111 110010 0 1011 1001111 101 110100 1010111 111001

Color Harmonies of #F1D732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D732

Black with #F1D732

Text Example


Text Example

White with #F1D732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D732; }

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

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

background-color css

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

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

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

border-color css

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

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

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