Html Css Color HEX #FEC414 Moon Yellow

📋 copy color: '#FEC414'

red 254 ◦ green 196 ◦ blue 20

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

Shades of Moon Yellow #FEC414

Tints of Moon Yellow #FEC414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.26%

R = 54.04%
G = 41.7%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FEC414 (or 0xFEC414) is known color: Moon Yellow. HEX triplet: FE, C4 and 14. RGB value is (254,196,20). Sum of RGB (Red+Green+Blue) = 254+196+20=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 20 (8.20% from 255 or 4.26% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC414 is #013BEB. Grayscale: #C2C2C2. Windows color (decimal): -80876 or 1361150. OLE color: 1361150.

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

Color convert

RGB 254 196 20 -
CMYK 0 0.23 0.92 0.00
HSL 45.13º 0.99% 0.54% -
HSV(B) 45.13º 0.92% 1% -
XYZ 60.74 60.6 9.16 -
YUV 193.28 30.22 171.31 -
System Red Green Blue C M Y K H S L
Decimal 254 196 20 0 0.23 0.92 0.00 45.13 0.99 0.54
Hex FE C4 14 0 17 5C 0 2D 63 36
Octal 376 304 24 0 27 134 0 55 143 66
Binary 11111110 11000100 10100 0 10111 1011100 0 101101 1100011 110110

Color Harmonies of #FEC414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC414

Black with #FEC414

Text Example


Text Example

White with #FEC414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC414; }

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

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

background-color css

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

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

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

border-color css

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

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

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