#FBC712

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

Shades of Moon Yellow #FBC712

Tints of Moon Yellow #FBC712

Color information

#FBC712 (or 0xFBC712) is unknown color: approx Moon Yellow. HEX triplet: FB, C7 and 12. RGB value is (251,199,18). Sum of RGB (Red+Green+Blue) = 251+199+18=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 18 (7.42% from 255 or 3.85% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC712 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC712 is #0438ED. Grayscale: #C2C2C2. Windows color (decimal): -276718 or 1230843. OLE color: 1230843.

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

Color convert

RGB25119918-
CMYK00.210.930.02
HSL46.61º96.68%52.75%-
HSV(B)46.61º92.83%98.43%-
XYZ60.3261.49.24-
YUV193.9128.73168.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 53.63%
GREEN value IS 199 (78.12% from 255) = 42.52%
BLUE value IS 18 (7.42% from 255) = 3.85%
R=53.63%
G=42.52%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511991800.210.930.0246.6196.6852.75
HexFBC7120155D22f6135
Octal3733072202513525714165
Binary1111101111000111100100101011011101101011111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC712; }

 p { color: rgb(251,199,18); }

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

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

 a { background-color: rgb(251,199,18); }

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

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

 span { border-color: rgb(251,199,18); }

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