#FBC221

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

Shades of Moon Yellow #FBC221

Tints of Moon Yellow #FBC221

Color information

#FBC221 (or 0xFBC221) is unknown color: approx Moon Yellow. HEX triplet: FB, C2 and 21. RGB value is (251,194,33). Sum of RGB (Red+Green+Blue) = 251+194+33=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 33 (13.28% from 255 or 6.90% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC221 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC221 is #043DDE. Grayscale: #C1C1C1. Windows color (decimal): -277983 or 2212603. OLE color: 2212603.

HSL color Cylindrical-coordinate representation of color #FBC221: hue angle of 44.31º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FBC221 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB25119433-
CMYK00.230.870.02
HSL44.31º96.46%55.69%-
HSV(B)44.31º86.85%98.43%-
XYZ59.3559.29.74-
YUV192.6937.88169.59-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.51%
GREEN value IS 194 (76.17% from 255) = 40.59%
BLUE value IS 33 (13.28% from 255) = 6.90%
R=52.51%
G=40.59%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.87
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511943300.230.870.0244.3196.4655.69
HexFBC2210175722c6038
Octal3733024102712725414070
Binary11111011110000101000010101111010111101011001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC221; }

 p { color: rgb(251,194,33); }

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

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

 a { background-color: rgb(251,194,33); }

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

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

 span { border-color: rgb(251,194,33); }

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