Html Css Color HEX #FEEA02 Golden Yellow

📋 copy color: '#FEEA02'

red 254 ◦ green 234 ◦ blue 2

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

Shades of Golden Yellow #FEEA02

Tints of Golden Yellow #FEEA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.41%

R = 51.84%
G = 47.76%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FEEA02 (or 0xFEEA02) is known color: Golden Yellow. HEX triplet: FE, EA and 02. RGB value is (254,234,2). Sum of RGB (Red+Green+Blue) = 254+234+2=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 234 (91.80% from 255 or 47.76% from 490); Blue value is 2 (1.17% from 255 or 0.41% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEA02 is #0115FD. Grayscale: #D6D6D6. Windows color (decimal): -71166 or 191230. OLE color: 191230.

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

Color convert

RGB 254 234 2 -
CMYK 0 0.08 0.99 0.00
HSL 55.24º 0.99% 0.5% -
HSV(B) 55.24º 0.99% 1% -
XYZ 70.31 79.92 11.78 -
YUV 213.53 8.63 156.86 -
System Red Green Blue C M Y K H S L
Decimal 254 234 2 0 0.08 0.99 0.00 55.24 0.99 0.5
Hex FE EA 2 0 8 63 0 37 63 32
Octal 376 352 2 0 10 143 0 67 143 62
Binary 11111110 11101010 10 0 1000 1100011 0 110111 1100011 110010

Color Harmonies of #FEEA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEA02

Black with #FEEA02

Text Example


Text Example

White with #FEEA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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