Html Css Color HEX #F1E304 Golden Yellow

📋 copy color: '#F1E304'

red 241 ◦ green 227 ◦ blue 4

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

Shades of Golden Yellow #F1E304

Tints of Golden Yellow #F1E304

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.09%

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

R = 51.06%
G = 48.09%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F1E304 (or 0xF1E304) is known color: Golden Yellow. HEX triplet: F1, E3 and 04. RGB value is (241,227,4). Sum of RGB (Red+Green+Blue) = 241+227+4=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 227 (89.06% from 255 or 48.09% from 472); Blue value is 4 (1.95% from 255 or 0.85% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1E304 is #0E1CFB. Grayscale: #CECECE. Windows color (decimal): -924924 or 320497. OLE color: 320497.

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

Color convert

RGB 241 227 4 -
CMYK 0 0.06 0.98 0.05
HSL 56.46º 0.97% 0.48% -
HSV(B) 56.46º 0.98% 0.95% -
XYZ 63.77 73.65 10.97 -
YUV 205.76 14.14 153.13 -
System Red Green Blue C M Y K H S L
Decimal 241 227 4 0 0.06 0.98 0.05 56.46 0.97 0.48
Hex F1 E3 4 0 6 62 5 38 61 30
Octal 361 343 4 0 6 142 5 70 141 60
Binary 11110001 11100011 100 0 110 1100010 101 111000 1100001 110000

Color Harmonies of #F1E304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E304

Black with #F1E304

Text Example


Text Example

White with #F1E304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E304; }

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

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

background-color css

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

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

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

border-color css

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

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

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