#FBFC0B

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

Shades of Yellow #FBFC0B

Tints of Yellow #FBFC0B

Color information

#FBFC0B (or 0xFBFC0B) is unknown color: approx Yellow. HEX triplet: FB, FC and 0B. RGB value is (251,252,11). Sum of RGB (Red+Green+Blue) = 251+252+11=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 11 (4.69% from 255 or 2.14% from 514); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFC0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBFC0B is #0403F4. Grayscale: #E1E1E1. Windows color (decimal): -263157 or 785659. OLE color: 785659.

HSL color Cylindrical-coordinate representation of color #FBFC0B: hue angle of 60.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FBFC0B is Cyan = 0.00, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB25125211-
CMYK0.0000.960.01
HSL60.25º97.57%51.57%-
HSV(B)60.25º95.63%98.82%-
XYZ74.6590.1513.78-
YUV224.237.67147.1-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.83%
GREEN value IS 252 (98.83% from 255) = 49.03%
BLUE value IS 11 (4.69% from 255) = 2.14%
R=48.83%
G=49.03%
B=2.14%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal251252110.0000.960.0160.2597.5751.57
HexFBFCB006013c6234
Octal373374130014017414264
Binary1111101111111100101100110000011111001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFC0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFC0B; }

 p { color: rgb(251,252,11); }

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

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

 a { background-color: rgb(251,252,11); }

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

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

 span { border-color: rgb(251,252,11); }

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