Html Css Color HEX #FEC020 Moon Yellow

📋 copy color: '#FEC020'

red 254 ◦ green 192 ◦ blue 32

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

Shades of Moon Yellow #FEC020

Tints of Moon Yellow #FEC020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.69%

R = 53.14%
G = 40.17%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FEC020 (or 0xFEC020) is known color: Moon Yellow. HEX triplet: FE, C0 and 20. RGB value is (254,192,32). Sum of RGB (Red+Green+Blue) = 254+192+32=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 32 (12.89% from 255 or 6.69% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC020 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC020 is #013FDF. Grayscale: #C1C1C1. Windows color (decimal): -81888 or 2146558. OLE color: 2146558.

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

Color convert

RGB 254 192 32 -
CMYK 0 0.24 0.87 0.00
HSL 43.24º 0.99% 0.56% -
HSV(B) 43.24º 0.87% 1% -
XYZ 59.98 58.87 9.57 -
YUV 192.3 37.54 172.01 -
System Red Green Blue C M Y K H S L
Decimal 254 192 32 0 0.24 0.87 0.00 43.24 0.99 0.56
Hex FE C0 20 0 18 57 0 2B 63 38
Octal 376 300 40 0 30 127 0 53 143 70
Binary 11111110 11000000 100000 0 11000 1010111 0 101011 1100011 111000

Color Harmonies of #FEC020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC020

Black with #FEC020

Text Example


Text Example

White with #FEC020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC020; }

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

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

background-color css

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

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

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

border-color css

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

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

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