Html Css Color HEX #FEEC02 Golden Yellow

📋 copy color: '#FEEC02'

red 254 ◦ green 236 ◦ blue 2

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

Shades of Golden Yellow #FEEC02

Tints of Golden Yellow #FEEC02

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.97%

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

R = 51.63%
G = 47.97%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FEEC02 (or 0xFEEC02) is known color: Golden Yellow. HEX triplet: FE, EC and 02. RGB value is (254,236,2). Sum of RGB (Red+Green+Blue) = 254+236+2=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 2 (1.17% from 255 or 0.41% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEC02 is #0113FD. Grayscale: #D7D7D7. Windows color (decimal): -70654 or 191742. OLE color: 191742.

HSL color Cylindrical-coordinate representation of color #FEEC02: hue angle of 55.71º 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 #FEEC02 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 236 2 -
CMYK 0 0.07 0.99 0.00
HSL 55.71º 0.99% 0.5% -
HSV(B) 55.71º 0.99% 1% -
XYZ 70.88 81.07 11.97 -
YUV 214.71 7.96 156.03 -
System Red Green Blue C M Y K H S L
Decimal 254 236 2 0 0.07 0.99 0.00 55.71 0.99 0.5
Hex FE EC 2 0 7 63 0 38 63 32
Octal 376 354 2 0 7 143 0 70 143 62
Binary 11111110 11101100 10 0 111 1100011 0 111000 1100011 110010

Color Harmonies of #FEEC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEC02

Black with #FEEC02

Text Example


Text Example

White with #FEEC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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