Html Css Color HEX #FEC114 Moon Yellow

📋 copy color: '#FEC114'

red 254 ◦ green 193 ◦ blue 20

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

Shades of Moon Yellow #FEC114

Tints of Moon Yellow #FEC114

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.33%

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

R = 54.39%
G = 41.33%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FEC114 (or 0xFEC114) is known color: Moon Yellow. HEX triplet: FE, C1 and 14. RGB value is (254,193,20). Sum of RGB (Red+Green+Blue) = 254+193+20=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 20 (8.20% from 255 or 4.28% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC114 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC114 is #013EEB. Grayscale: #C0C0C0. Windows color (decimal): -81644 or 1360382. OLE color: 1360382.

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

Color convert

RGB 254 193 20 -
CMYK 0 0.24 0.92 0.00
HSL 44.36º 0.99% 0.54% -
HSV(B) 44.36º 0.92% 1% -
XYZ 60.07 59.26 8.93 -
YUV 191.52 31.21 172.57 -
System Red Green Blue C M Y K H S L
Decimal 254 193 20 0 0.24 0.92 0.00 44.36 0.99 0.54
Hex FE C1 14 0 18 5C 0 2C 63 36
Octal 376 301 24 0 30 134 0 54 143 66
Binary 11111110 11000001 10100 0 11000 1011100 0 101100 1100011 110110

Color Harmonies of #FEC114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC114

Black with #FEC114

Text Example


Text Example

White with #FEC114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC114; }

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

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

background-color css

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

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

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

border-color css

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

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

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