Html Css Color HEX #FEE101 Golden Yellow

📋 copy color: '#FEE101'

red 254 ◦ green 225 ◦ blue 1

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

Shades of Golden Yellow #FEE101

Tints of Golden Yellow #FEE101

RGB

 RED value IS 254 (99.61% from 255) = 52.92%

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

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

R = 52.92%
G = 46.88%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FEE101 (or 0xFEE101) is known color: Golden Yellow. HEX triplet: FE, E1 and 01. RGB value is (254,225,1). Sum of RGB (Red+Green+Blue) = 254+225+1=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 225 (88.28% from 255 or 46.88% from 480); Blue value is 1 (0.78% from 255 or 0.21% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE101 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE101 is #011EFE. Grayscale: #D1D1D1. Windows color (decimal): -73471 or 123390. OLE color: 123390.

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

Color convert

RGB 254 225 1 -
CMYK 0 0.11 1.00 0.00
HSL 53.12º 0.99% 0.5% -
HSV(B) 53.12º 1% 1% -
XYZ 67.8 74.92 10.92 -
YUV 208.14 11.11 160.71 -
System Red Green Blue C M Y K H S L
Decimal 254 225 1 0 0.11 1.00 0.00 53.12 0.99 0.5
Hex FE E1 1 0 B 64 0 35 63 32
Octal 376 341 1 0 13 144 0 65 143 62
Binary 11111110 11100001 1 0 1011 1100100 0 110101 1100011 110010

Color Harmonies of #FEE101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE101

Black with #FEE101

Text Example


Text Example

White with #FEE101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE101; }

 p { color: rgb(254,225,1); }

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

background-color css

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

 a { background-color: rgb(254,225,1); }

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

border-color css

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

 span { border-color: rgb(254,225,1); }

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