Html Css Color HEX #F1E100 Golden Yellow

📋 copy color: '#F1E100'

red 241 ◦ green 225 ◦ blue 0

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

Shades of Golden Yellow #F1E100

Tints of Golden Yellow #F1E100

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.28%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.72%
G = 48.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F1E100 (or 0xF1E100) is known color: Golden Yellow. HEX triplet: F1, E1 and 00. RGB value is (241,225,0). Sum of RGB (Red+Green+Blue) = 241+225+0=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 0 (0.39% from 255 or 0% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1E100 is #0E1EFF. Grayscale: #CDCDCD. Windows color (decimal): -925440 or 57841. OLE color: 57841.

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

Color convert

RGB 241 225 0 -
CMYK 0 0.07 1 0.05
HSL 56.02º 1% 0.47% -
HSV(B) 56.02º 1% 0.95% -
XYZ 63.2 72.55 10.67 -
YUV 204.13 12.8 154.3 -
System Red Green Blue C M Y K H S L
Decimal 241 225 0 0 0.07 1 0.05 56.02 1 0.47
Hex F1 E1 0 0 7 64 5 38 64 2F
Octal 361 341 0 0 7 144 5 70 144 57
Binary 11110001 11100001 0 0 111 1100100 101 111000 1100100 101111

Color Harmonies of #F1E100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E100

Black with #F1E100

Text Example


Text Example

White with #F1E100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E100; }

 p { color: rgb(241,225,0); }

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

background-color css

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

 a { background-color: rgb(241,225,0); }

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

border-color css

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

 span { border-color: rgb(241,225,0); }

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