#FBF900

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

Shades of Yellow #FBF900

Tints of Yellow #FBF900

Color information

#FBF900 (or 0xFBF900) is unknown color: approx Yellow. HEX triplet: FB, F9 and 00. RGB value is (251,249,0). Sum of RGB (Red+Green+Blue) = 251+249+0=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 0 (0.39% from 255 or 0% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF900 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF900 is #0406FF. Grayscale: #DEDEDE. Windows color (decimal): -263936 or 63995. OLE color: 63995.

HSL color Cylindrical-coordinate representation of color #FBF900: hue angle of 59.52º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FBF900 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB2512490-
CMYK00.0110.02
HSL59.52º100%49.22%-
HSV(B)59.52º100%98.43%-
XYZ73.6688.2613.15-
YUV221.213.16149.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.2%
GREEN value IS 249 (97.66% from 255) = 49.8%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.2%
G=49.8%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251249000.0110.0259.5210049.22
HexFBF90016423c6431
Octal37337100114427414461
Binary11111011111110010011100100101111001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF900; }

 p { color: rgb(251,249,0); }

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

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

 a { background-color: rgb(251,249,0); }

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

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

 span { border-color: rgb(251,249,0); }

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