#FBF800

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

Shades of Yellow #FBF800

Tints of Yellow #FBF800

Color information

#FBF800 (or 0xFBF800) is unknown color: approx Yellow. HEX triplet: FB, F8 and 00. RGB value is (251,248,0). Sum of RGB (Red+Green+Blue) = 251+248+0=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 248 (97.27% from 255 or 49.70% from 499); Blue value is 0 (0.39% from 255 or 0% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF800 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF800 is #0407FF. Grayscale: #DDDDDD. Windows color (decimal): -264192 or 63739. OLE color: 63739.

HSL color Cylindrical-coordinate representation of color #FBF800: hue angle of 59.28º 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 #FBF800 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB2512480-
CMYK00.0110.02
HSL59.28º100%49.22%-
HSV(B)59.28º100%98.43%-
XYZ73.3587.6413.05-
YUV220.623.49149.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.30%
GREEN value IS 248 (97.27% from 255) = 49.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.30%
G=49.70%
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
Decimal251248000.0110.0259.2810049.22
HexFBF80016423b6431
Octal37337000114427314461
Binary11111011111110000011100100101110111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF800; }

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

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

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

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

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

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

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

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