Html Css Color HEX #FEEA00 Golden Yellow

📋 copy color: '#FEEA00'

red 254 ◦ green 234 ◦ blue 0

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

Shades of Golden Yellow #FEEA00

Tints of Golden Yellow #FEEA00

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.95%

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

R = 52.05%
G = 47.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FEEA00 (or 0xFEEA00) is known color: Golden Yellow. HEX triplet: FE, EA and 00. RGB value is (254,234,0). Sum of RGB (Red+Green+Blue) = 254+234+0=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 0 (0.39% from 255 or 0% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEA00 is #0115FF. Grayscale: #D6D6D6. Windows color (decimal): -71168 or 60158. OLE color: 60158.

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

Color convert

RGB 254 234 0 -
CMYK 0 0.08 1 0.00
HSL 55.28º 1% 0.5% -
HSV(B) 55.28º 1% 1% -
XYZ 70.3 79.92 11.72 -
YUV 213.3 7.63 157.03 -
System Red Green Blue C M Y K H S L
Decimal 254 234 0 0 0.08 1 0.00 55.28 1 0.5
Hex FE EA 0 0 8 64 0 37 64 32
Octal 376 352 0 0 10 144 0 67 144 62
Binary 11111110 11101010 0 0 1000 1100100 0 110111 1100100 110010

Color Harmonies of #FEEA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEA00

Black with #FEEA00

Text Example


Text Example

White with #FEEA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEA00; }

 p { color: rgb(254,234,0); }

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

background-color css

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

 a { background-color: rgb(254,234,0); }

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

border-color css

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

 span { border-color: rgb(254,234,0); }

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