Html Css Color HEX #FEC416 Moon Yellow

📋 copy color: '#FEC416'

red 254 ◦ green 196 ◦ blue 22

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

Shades of Moon Yellow #FEC416

Tints of Moon Yellow #FEC416

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.53%

 BLUE value IS 22 (8.98% from 255) = 4.66%

R = 53.81%
G = 41.53%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FEC416 (or 0xFEC416) is known color: Moon Yellow. HEX triplet: FE, C4 and 16. RGB value is (254,196,22). Sum of RGB (Red+Green+Blue) = 254+196+22=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 22 (8.98% from 255 or 4.66% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC416 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC416 is #013BE9. Grayscale: #C2C2C2. Windows color (decimal): -80874 or 1492222. OLE color: 1492222.

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

Color convert

RGB 254 196 22 -
CMYK 0 0.23 0.91 0.00
HSL 45º 0.99% 0.54% -
HSV(B) 45º 0.91% 1% -
XYZ 60.76 60.61 9.26 -
YUV 193.51 31.22 171.15 -
System Red Green Blue C M Y K H S L
Decimal 254 196 22 0 0.23 0.91 0.00 45 0.99 0.54
Hex FE C4 16 0 17 5B 0 2D 63 36
Octal 376 304 26 0 27 133 0 55 143 66
Binary 11111110 11000100 10110 0 10111 1011011 0 101101 1100011 110110

Color Harmonies of #FEC416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC416

Black with #FEC416

Text Example


Text Example

White with #FEC416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC416; }

 p { color: rgb(254,196,22); }

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

background-color css

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

 a { background-color: rgb(254,196,22); }

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

border-color css

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

 span { border-color: rgb(254,196,22); }

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