Html Css Color HEX #FEC01D Moon Yellow

📋 copy color: '#FEC01D'

red 254 ◦ green 192 ◦ blue 29

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

Shades of Moon Yellow #FEC01D

Tints of Moon Yellow #FEC01D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.42%

 BLUE value IS 29 (11.72% from 255) = 6.11%

R = 53.47%
G = 40.42%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FEC01D (or 0xFEC01D) is known color: Moon Yellow. HEX triplet: FE, C0 and 1D. RGB value is (254,192,29). Sum of RGB (Red+Green+Blue) = 254+192+29=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 29 (11.72% from 255 or 6.11% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC01D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC01D is #013FE2. Grayscale: #C0C0C0. Windows color (decimal): -81891 or 1949950. OLE color: 1949950.

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

Color convert

RGB 254 192 29 -
CMYK 0 0.24 0.89 0.00
HSL 43.47º 0.99% 0.55% -
HSV(B) 43.47º 0.89% 1% -
XYZ 59.94 58.86 9.36 -
YUV 191.96 36.04 172.25 -
System Red Green Blue C M Y K H S L
Decimal 254 192 29 0 0.24 0.89 0.00 43.47 0.99 0.55
Hex FE C0 1D 0 18 59 0 2B 63 37
Octal 376 300 35 0 30 131 0 53 143 67
Binary 11111110 11000000 11101 0 11000 1011001 0 101011 1100011 110111

Color Harmonies of #FEC01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC01D

Black with #FEC01D

Text Example


Text Example

White with #FEC01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC01D; }

 p { color: rgb(254,192,29); }

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

background-color css

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

 a { background-color: rgb(254,192,29); }

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

border-color css

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

 span { border-color: rgb(254,192,29); }

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