#F8C914

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

Shades of Moon Yellow #F8C914

Tints of Moon Yellow #F8C914

Color information

#F8C914 (or 0xF8C914) is unknown color: approx Moon Yellow. HEX triplet: F8, C9 and 14. RGB value is (248,201,20). Sum of RGB (Red+Green+Blue) = 248+201+20=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 20 (8.20% from 255 or 4.26% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C914 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C914 is #0736EB. Grayscale: #C3C3C3. Windows color (decimal): -472812 or 1362424. OLE color: 1362424.

HSL color Cylindrical-coordinate representation of color #F8C914: hue angle of 47.63º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F8C914 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB24820120-
CMYK00.190.920.03
HSL47.63º94.21%52.55%-
HSV(B)47.63º91.94%97.25%-
XYZ59.7261.789.44-
YUV194.4229.57166.22-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.88%
GREEN value IS 201 (78.91% from 255) = 42.86%
BLUE value IS 20 (8.20% from 255) = 4.26%
R=52.88%
G=42.86%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482012000.190.920.0347.6394.2152.55
HexF8C9140135C3305e35
Octal3703112402313436013665
Binary1111100011001001101000100111011100111100001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C914; }

 p { color: rgb(248,201,20); }

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

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

 a { background-color: rgb(248,201,20); }

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

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

 span { border-color: rgb(248,201,20); }

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