#FBF75E

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

Shades of Laser Lemon #FBF75E

Tints of Laser Lemon #FBF75E

Color information

#FBF75E (or 0xFBF75E) is unknown color: approx Laser Lemon. HEX triplet: FB, F7 and 5E. RGB value is (251,247,94). Sum of RGB (Red+Green+Blue) = 251+247+94=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 247 (96.88% from 255 or 41.72% from 592); Blue value is 94 (37.11% from 255 or 15.88% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF75E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF75E is #0408A1. Grayscale: #E7E7E7. Windows color (decimal): -264354 or 6223867. OLE color: 6223867.

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

Color convert

RGB25124794-
CMYK00.020.630.02
HSL58.47º95.15%67.65%-
HSV(B)58.47º62.55%98.43%-
XYZ75.0687.8423.59-
YUV230.7550.83142.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.40%
GREEN value IS 247 (96.88% from 255) = 41.72%
BLUE value IS 94 (37.11% from 255) = 15.88%
R=42.40%
G=41.72%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512479400.020.630.0258.4795.1567.65
HexFBF75E023F23a5f44
Octal3733671360277272137104
Binary111110111111011110111100101111111011101010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF75E; }

 p { color: rgb(251,247,94); }

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

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

 a { background-color: rgb(251,247,94); }

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

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

 span { border-color: rgb(251,247,94); }

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