#FEC11F

Color #FEC11F Moon Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Yellow #FEC11F

Tints of Moon Yellow #FEC11F

Color information

#FEC11F (or 0xFEC11F) is unknown color: approx Moon Yellow. HEX triplet: FE, C1 and 1F. RGB value is (254,193,31). Sum of RGB (Red+Green+Blue) = 254+193+31=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 31 (12.5% from 255 or 6.49% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC11F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC11F is #013EE0. Grayscale: #C1C1C1. Windows color (decimal): -81633 or 2081278. OLE color: 2081278.

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

Color convert

RGB25419331-
CMYK00.240.880.00
HSL43.59º99.11%55.88%-
HSV(B)43.59º87.8%99.61%-
XYZ60.1959.319.57-
YUV192.7736.71171.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.14%
GREEN value IS 193 (75.78% from 255) = 40.38%
BLUE value IS 31 (12.5% from 255) = 6.49%
R=53.14%
G=40.38%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.88
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541933100.240.880.0043.5999.1155.88
HexFEC11F0185802c6338
Octal3763013703013005414370
Binary111111101100000111111011000101100001011001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC11F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC11F; }

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

 H1.HeaderClassName
 {
   color: #FEC11F;
 }
 .AnyTagClassName
 {
   color: #FEC11F;
 }
</style>
background-color css

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

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

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

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

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

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