Html Css Color HEX #FEC216 Moon Yellow

📋 copy color: '#FEC216'

red 254 ◦ green 194 ◦ blue 22

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

Shades of Moon Yellow #FEC216

Tints of Moon Yellow #FEC216

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.28%

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

R = 54.04%
G = 41.28%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FEC216 (or 0xFEC216) is known color: Moon Yellow. HEX triplet: FE, C2 and 16. RGB value is (254,194,22). Sum of RGB (Red+Green+Blue) = 254+194+22=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 22 (8.98% from 255 or 4.68% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC216 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC216 is #013DE9. Grayscale: #C1C1C1. Windows color (decimal): -81386 or 1491710. OLE color: 1491710.

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

Color convert

RGB 254 194 22 -
CMYK 0 0.24 0.91 0.00
HSL 44.48º 0.99% 0.54% -
HSV(B) 44.48º 0.91% 1% -
XYZ 60.31 59.71 9.11 -
YUV 192.33 31.88 171.99 -
System Red Green Blue C M Y K H S L
Decimal 254 194 22 0 0.24 0.91 0.00 44.48 0.99 0.54
Hex FE C2 16 0 18 5B 0 2C 63 36
Octal 376 302 26 0 30 133 0 54 143 66
Binary 11111110 11000010 10110 0 11000 1011011 0 101100 1100011 110110

Color Harmonies of #FEC216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC216

Black with #FEC216

Text Example


Text Example

White with #FEC216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC216; }

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

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

background-color css

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

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

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

border-color css

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

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

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