Html Css Color HEX #F1D631 Golden Fizz

📋 copy color: '#F1D631'

red 241 ◦ green 214 ◦ blue 49

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

Shades of Golden Fizz #F1D631

Tints of Golden Fizz #F1D631

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.46%

 BLUE value IS 49 (19.53% from 255) = 9.72%

R = 47.82%
G = 42.46%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F1D631 (or 0xF1D631) is known color: Golden Fizz. HEX triplet: F1, D6 and 31. RGB value is (241,214,49). Sum of RGB (Red+Green+Blue) = 241+214+49=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 214 (83.98% from 255 or 42.46% from 504); Blue value is 49 (19.53% from 255 or 9.72% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D631 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D631 is #0E29CE. Grayscale: #CBCBCB. Windows color (decimal): -928207 or 3266289. OLE color: 3266289.

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

Color convert

RGB 241 214 49 -
CMYK 0 0.11 0.80 0.05
HSL 51.56º 0.87% 0.57% -
HSV(B) 51.56º 0.8% 0.95% -
XYZ 60.88 67.02 12.63 -
YUV 203.26 40.95 154.92 -
System Red Green Blue C M Y K H S L
Decimal 241 214 49 0 0.11 0.80 0.05 51.56 0.87 0.57
Hex F1 D6 31 0 B 50 5 34 57 39
Octal 361 326 61 0 13 120 5 64 127 71
Binary 11110001 11010110 110001 0 1011 1010000 101 110100 1010111 111001

Color Harmonies of #F1D631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D631

Black with #F1D631

Text Example


Text Example

White with #F1D631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D631; }

 p { color: rgb(241,214,49); }

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

background-color css

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

 a { background-color: rgb(241,214,49); }

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

border-color css

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

 span { border-color: rgb(241,214,49); }

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