Html Css Color HEX #FEC314 Moon Yellow

📋 copy color: '#FEC314'

red 254 ◦ green 195 ◦ blue 20

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

Shades of Moon Yellow #FEC314

Tints of Moon Yellow #FEC314

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.58%

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

R = 54.16%
G = 41.58%
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

#FEC314 (or 0xFEC314) is known color: Moon Yellow. HEX triplet: FE, C3 and 14. RGB value is (254,195,20). Sum of RGB (Red+Green+Blue) = 254+195+20=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 20 (8.20% from 255 or 4.26% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC314 is #013CEB. Grayscale: #C1C1C1. Windows color (decimal): -81132 or 1360894. OLE color: 1360894.

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

Color convert

RGB 254 195 20 -
CMYK 0 0.23 0.92 0.00
HSL 44.87º 0.99% 0.54% -
HSV(B) 44.87º 0.92% 1% -
XYZ 60.51 60.15 9.08 -
YUV 192.69 30.55 171.73 -
System Red Green Blue C M Y K H S L
Decimal 254 195 20 0 0.23 0.92 0.00 44.87 0.99 0.54
Hex FE C3 14 0 17 5C 0 2D 63 36
Octal 376 303 24 0 27 134 0 55 143 66
Binary 11111110 11000011 10100 0 10111 1011100 0 101101 1100011 110110

Color Harmonies of #FEC314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC314

Black with #FEC314

Text Example


Text Example

White with #FEC314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC314; }

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

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

background-color css

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

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

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

border-color css

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

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

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