#FBC814

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

Shades of Moon Yellow #FBC814

Tints of Moon Yellow #FBC814

Color information

#FBC814 (or 0xFBC814) is unknown color: approx Moon Yellow. HEX triplet: FB, C8 and 14. RGB value is (251,200,20). Sum of RGB (Red+Green+Blue) = 251+200+20=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 20 (8.20% from 255 or 4.25% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC814 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC814 is #0437EB. Grayscale: #C3C3C3. Windows color (decimal): -276460 or 1362171. OLE color: 1362171.

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

Color convert

RGB25120020-
CMYK00.200.920.02
HSL46.75º96.65%53.14%-
HSV(B)46.75º92.03%98.43%-
XYZ60.5661.879.41-
YUV194.7329.4168.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 53.29%
GREEN value IS 200 (78.52% from 255) = 42.46%
BLUE value IS 20 (8.20% from 255) = 4.25%
R=53.29%
G=42.46%
B=4.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512002000.200.920.0246.7596.6553.14
HexFBC8140145C22f6135
Octal3733102402413425714165
Binary1111101111001000101000101001011100101011111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC814; }

 p { color: rgb(251,200,20); }

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

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

 a { background-color: rgb(251,200,20); }

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

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

 span { border-color: rgb(251,200,20); }

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