Html Css Color HEX #F1E701 Golden Yellow

📋 copy color: '#F1E701'

red 241 ◦ green 231 ◦ blue 1

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

Shades of Golden Yellow #F1E701

Tints of Golden Yellow #F1E701

RGB

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

 GREEN value IS 231 (90.63% from 255) = 48.84%

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

R = 50.95%
G = 48.84%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F1E701 (or 0xF1E701) is known color: Golden Yellow. HEX triplet: F1, E7 and 01. RGB value is (241,231,1). Sum of RGB (Red+Green+Blue) = 241+231+1=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 231 (90.62% from 255 or 48.84% from 473); Blue value is 1 (0.78% from 255 or 0.21% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E701 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1E701 is #0E18FE. Grayscale: #D0D0D0. Windows color (decimal): -923903 or 124913. OLE color: 124913.

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

Color convert

RGB 241 231 1 -
CMYK 0 0.04 1.00 0.05
HSL 57.5º 0.99% 0.47% -
HSV(B) 57.5º 1% 0.95% -
XYZ 64.86 75.85 11.25 -
YUV 207.77 11.31 151.7 -
System Red Green Blue C M Y K H S L
Decimal 241 231 1 0 0.04 1.00 0.05 57.5 0.99 0.47
Hex F1 E7 1 0 4 64 5 3A 63 2F
Octal 361 347 1 0 4 144 5 72 143 57
Binary 11110001 11100111 1 0 100 1100100 101 111010 1100011 101111

Color Harmonies of #F1E701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E701

Black with #F1E701

Text Example


Text Example

White with #F1E701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E701; }

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

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

background-color css

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

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

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

border-color css

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

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

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