Html Css Color HEX #F1ED2E Golden Fizz

📋 copy color: '#F1ED2E'

red 241 ◦ green 237 ◦ blue 46

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

Shades of Golden Fizz #F1ED2E

Tints of Golden Fizz #F1ED2E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.23%

 BLUE value IS 46 (18.36% from 255) = 8.78%

R = 45.99%
G = 45.23%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F1ED2E (or 0xF1ED2E) is known color: Golden Fizz. HEX triplet: F1, ED and 2E. RGB value is (241,237,46). Sum of RGB (Red+Green+Blue) = 241+237+46=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 46 (18.36% from 255 or 8.78% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1ED2E is #0E12D1. Grayscale: #D9D9D9. Windows color (decimal): -922322 or 3075569. OLE color: 3075569.

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

Color convert

RGB 241 237 46 -
CMYK 0 0.02 0.81 0.05
HSL 58.77º 0.87% 0.56% -
HSV(B) 58.77º 0.81% 0.95% -
XYZ 67.05 79.47 14.39 -
YUV 216.42 31.83 145.53 -
System Red Green Blue C M Y K H S L
Decimal 241 237 46 0 0.02 0.81 0.05 58.77 0.87 0.56
Hex F1 ED 2E 0 2 51 5 3B 57 38
Octal 361 355 56 0 2 121 5 73 127 70
Binary 11110001 11101101 101110 0 10 1010001 101 111011 1010111 111000

Color Harmonies of #F1ED2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ED2E

Black with #F1ED2E

Text Example


Text Example

White with #F1ED2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ED2E; }

 p { color: rgb(241,237,46); }

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

background-color css

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

 a { background-color: rgb(241,237,46); }

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

border-color css

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

 span { border-color: rgb(241,237,46); }

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