Html Css Color HEX #F1E404 Golden Yellow

📋 copy color: '#F1E404'

red 241 ◦ green 228 ◦ blue 4

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

Shades of Golden Yellow #F1E404

Tints of Golden Yellow #F1E404

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.2%

 BLUE value IS 4 (1.95% from 255) = 0.85%

R = 50.95%
G = 48.2%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F1E404 (or 0xF1E404) is known color: Golden Yellow. HEX triplet: F1, E4 and 04. RGB value is (241,228,4). Sum of RGB (Red+Green+Blue) = 241+228+4=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 228 (89.45% from 255 or 48.20% from 473); Blue value is 4 (1.95% from 255 or 0.85% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E404 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1E404 is #0E1BFB. Grayscale: #CFCFCF. Windows color (decimal): -924668 or 320753. OLE color: 320753.

HSL color Cylindrical-coordinate representation of color #F1E404: hue angle of 56.71º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F1E404 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 228 4 -
CMYK 0 0.05 0.98 0.05
HSL 56.71º 0.97% 0.48% -
HSV(B) 56.71º 0.98% 0.95% -
XYZ 64.04 74.2 11.06 -
YUV 206.35 13.81 152.71 -
System Red Green Blue C M Y K H S L
Decimal 241 228 4 0 0.05 0.98 0.05 56.71 0.97 0.48
Hex F1 E4 4 0 5 62 5 39 61 30
Octal 361 344 4 0 5 142 5 71 141 60
Binary 11110001 11100100 100 0 101 1100010 101 111001 1100001 110000

Color Harmonies of #F1E404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E404

Black with #F1E404

Text Example


Text Example

White with #F1E404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E404; }

 p { color: rgb(241,228,4); }

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

background-color css

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

 a { background-color: rgb(241,228,4); }

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

border-color css

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

 span { border-color: rgb(241,228,4); }

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