Html Css Color HEX #FEE10A Golden Yellow

📋 copy color: '#FEE10A'

red 254 ◦ green 225 ◦ blue 10

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

Shades of Golden Yellow #FEE10A

Tints of Golden Yellow #FEE10A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.04%

R = 51.94%
G = 46.01%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FEE10A (or 0xFEE10A) is known color: Golden Yellow. HEX triplet: FE, E1 and 0A. RGB value is (254,225,10). Sum of RGB (Red+Green+Blue) = 254+225+10=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 10 (4.30% from 255 or 2.04% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE10A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE10A is #011EF5. Grayscale: #D2D2D2. Windows color (decimal): -73462 or 713214. OLE color: 713214.

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

Color convert

RGB 254 225 10 -
CMYK 0 0.11 0.96 0.00
HSL 52.87º 0.99% 0.52% -
HSV(B) 52.87º 0.96% 1% -
XYZ 67.85 74.94 11.18 -
YUV 209.16 15.61 159.98 -
System Red Green Blue C M Y K H S L
Decimal 254 225 10 0 0.11 0.96 0.00 52.87 0.99 0.52
Hex FE E1 A 0 B 60 0 35 63 34
Octal 376 341 12 0 13 140 0 65 143 64
Binary 11111110 11100001 1010 0 1011 1100000 0 110101 1100011 110100

Color Harmonies of #FEE10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE10A

Black with #FEE10A

Text Example


Text Example

White with #FEE10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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