Html Css Color HEX #F1E401 Golden Yellow

📋 copy color: '#F1E401'

red 241 ◦ green 228 ◦ blue 1

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

Shades of Golden Yellow #F1E401

Tints of Golden Yellow #F1E401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 51.28%
G = 48.51%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F1E401 (or 0xF1E401) is known color: Golden Yellow. HEX triplet: F1, E4 and 01. RGB value is (241,228,1). Sum of RGB (Red+Green+Blue) = 241+228+1=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 228 (89.45% from 255 or 48.51% from 470); Blue value is 1 (0.78% from 255 or 0.21% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1E401 is #0E1BFE. Grayscale: #CECECE. Windows color (decimal): -924671 or 124145. OLE color: 124145.

HSL color Cylindrical-coordinate representation of color #F1E401: hue angle of 56.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F1E401 is Cyan = 0, Magento = 0.05, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 228 1 -
CMYK 0 0.05 1.00 0.05
HSL 56.75º 0.99% 0.47% -
HSV(B) 56.75º 1% 0.95% -
XYZ 64.02 74.19 10.97 -
YUV 206.01 12.31 152.96 -
System Red Green Blue C M Y K H S L
Decimal 241 228 1 0 0.05 1.00 0.05 56.75 0.99 0.47
Hex F1 E4 1 0 5 64 5 39 63 2F
Octal 361 344 1 0 5 144 5 71 143 57
Binary 11110001 11100100 1 0 101 1100100 101 111001 1100011 101111

Color Harmonies of #F1E401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E401

Black with #F1E401

Text Example


Text Example

White with #F1E401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E401; }

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

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

background-color css

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

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

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

border-color css

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

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

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